'Declaration
Overloads Function Remove( _ ByVal sessionIds As IList(Of Guid) _ ) As Boolean
bool Remove( IList<Guid> sessionIds )
Parameters
- sessionIds
- An array of the unique Ids of the sessions to be removed
Return Value
True if a session existed and was removed, false otherwise.