'Declaration
Public Function GetSession( _ ByVal sessionId As Guid, _ Optional ByVal fragmentIds() As Guid _ ) As Session
public Session GetSession( Guid sessionId, Guid[] fragmentIds )
Parameters
- sessionId
- The unique Id of the session to be loaded.
- fragmentIds
- Optional. The unique ids of the files to load
Return Value
A session object representing the specified session. If no session can be found with the provided Id an exception will be thrown.