ISessionContainerPbxGetInternalSessions Method (String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
Return Value
Type:
IEnumerableCallSession
See Also