Checks whether the given session exists.
Declaring type: SessionManagerBase
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract bool ExistSession (
        Guid sessionID
) 
Parameters
sessionID
Session unique identifier.
Return Value
True if ServerSession with the given identifier exists, otherwise, false.