ISessionContainerActiveSessions Property |
Gets the currently active sessions.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxIEnumerable<ISession> ActiveSessions { get; }
ReadOnly Property ActiveSessions As IEnumerable(Of ISession)
Get
property IEnumerable<ISession^>^ ActiveSessions {
IEnumerable<ISession^>^ get ();
}
abstract ActiveSessions : IEnumerable<ISession> with get
Property Value
Type:
IEnumerableISession
See Also