Stores the given ServerSession to the session list.
Declaring type: ISessionManager
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract void StoreSession (
        ServerSession session
) 
Parameters
session
The ServerSession to store.