SessionContainerGetSessionCount Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic int GetSessionCount(
string masterSessionID,
string parentSessionID
)
Public Function GetSessionCount (
masterSessionID As String,
parentSessionID As String
) As Integer
public:
virtual int GetSessionCount(
String^ masterSessionID,
String^ parentSessionID
) sealed
abstract GetSessionCount :
masterSessionID : string *
parentSessionID : string -> int
override GetSessionCount :
masterSessionID : string *
parentSessionID : string -> int
Parameters
- masterSessionID
- Type: SystemString
- parentSessionID
- Type: SystemString
Return Value
Type:
Int32Implements
ISessionContainerPbxGetSessionCount(String, String)
See Also