IRoutingContainerGetSessionCount Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxint GetSessionCount(
string masterSessionID,
string parentSessionID
)
Function GetSessionCount (
masterSessionID As String,
parentSessionID As String
) As Integer
int GetSessionCount(
String^ masterSessionID,
String^ parentSessionID
)
abstract GetSessionCount :
masterSessionID : string *
parentSessionID : string -> int
Parameters
- masterSessionID String
-
- parentSessionID String
-
Return Value
Int32
See Also