SessionContainerGetSessionCount Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
-
- parentSessionID String
-
Return Value
Int32Implements
ISessionContainerPbxGetSessionCount(String, String)
See Also