ISessionContainerPbxGetInternalSessions(String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxIEnumerable<CallSession> GetInternalSessions(
string callID
)
Function GetInternalSessions (
callID As String
) As IEnumerable(Of CallSession)
IEnumerable<CallSession^>^ GetInternalSessions(
String^ callID
)
abstract GetInternalSessions :
callID : string -> IEnumerable<CallSession>
Parameters
- callID String
-
Return Value
IEnumerableCallSession
See Also