C-DEngine 5.105

WebSocketSessionManager..::..InactiveIDs Property

Gets the IDs for the inactive sessions in the Websocket service.

Namespace:  WebSocketSharp.Server
Assembly:  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 ();
}

Field Value

An IEnumerable<string> instance that provides an enumerator which supports the iteration over the collection of the IDs for the inactive sessions.