WebSocketSessionManager..::..InactiveIDs Property
Gets the IDs for the inactive sessions in the Websocket service.
Namespace:
WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public IEnumerable<string> InactiveIDs { get; }
Public ReadOnly Property InactiveIDs As IEnumerable(Of String) Get
public: property IEnumerable<String^>^ InactiveIDs { IEnumerable<String^>^ get (); }