SessionContainerGetSessionCount Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int GetSessionCount(
string masterSessionID,
string parentSessionID
)
Public Function GetSessionCount (
masterSessionID As String,
parentSessionID As String
) As Integer
public:
int GetSessionCount(
String^ masterSessionID,
String^ parentSessionID
)
member GetSessionCount :
masterSessionID : string *
parentSessionID : string -> int
Parameters
- masterSessionID
- Type: SystemString
- parentSessionID
- Type: SystemString
Return Value
Type:
Int32See Also