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