IExtensionFactoryGetRegistrationCount Method |
Gets the number of registrations with the specified SIP account.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int GetRegistrationCount(
SIPAddress identity
)
Function GetRegistrationCount (
identity As SIPAddress
) As Integer
int GetRegistrationCount(
SIPAddress^ identity
)
abstract GetRegistrationCount :
identity : SIPAddress -> int
Parameters
- identity
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
Int32See Also