SessionContainerGetInternalSessions(String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IEnumerable<CallSession> GetInternalSessions(
string callID
)
Public Function GetInternalSessions (
callID As String
) As IEnumerable(Of CallSession)
public:
virtual IEnumerable<CallSession^>^ GetInternalSessions(
String^ callID
) sealed
abstract GetInternalSessions :
callID : string -> IEnumerable<CallSession>
override GetInternalSessions :
callID : string -> IEnumerable<CallSession>
Parameters
- callID String
-
Return Value
IEnumerableCallSessionImplements
ISessionContainerPbxGetInternalSessions(String)
See Also