[This is preliminary documentation and is subject to change.]
From a list of results file names, return those results file names with the same session ID
as the session ID of the supplied session.
| C# | Visual Basic | Visual C++ |
public static ArrayList GetNamesForCurrentSessionId( Session theSession, ArrayList theResultsFileNames )
Public Shared Function GetNamesForCurrentSessionId ( _ theSession As Session, _ theResultsFileNames As ArrayList _ ) As ArrayList
public: static ArrayList^ GetNamesForCurrentSessionId( Session^ theSession, ArrayList^ theResultsFileNames )
- theSession (Session)
- The session.
- theResultsFileNames (ArrayList)
- Valid results file names.
List of results file names.