SessionContainerActiveSessions Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<ISession> ActiveSessions { get; }
Public ReadOnly Property ActiveSessions As IEnumerable(Of ISession)
Get
public:
virtual property IEnumerable<ISession^>^ ActiveSessions {
IEnumerable<ISession^>^ get () sealed;
}
abstract ActiveSessions : IEnumerable<ISession> with get
override ActiveSessions : IEnumerable<ISession> with get
Property Value
Type:
IEnumerableISessionImplements
ISessionContainerActiveSessionsSee Also