GetSession Method
Returns Session object by sessionId.
Required Permissions
AllowsAnonymousSyntax
public Session GetSession(
System.string sessionId
)Public Function GetSession( _
ByVal sessionId As System.String _
) As SessionParameters
| Name | Description |
|---|---|
| sessionId | The Id of the session which should be returned. |
Remarks
Returns null if the session was not found.