ISIPExtensionRegisterContainerTryRemoveExtension Method |
Attempts to remove the specified extension from the container.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxbool TryRemoveExtension(
SIPClientID key
)
Function TryRemoveExtension (
key As SIPClientID
) As Boolean
bool TryRemoveExtension(
SIPClientID^ key
)
abstract TryRemoveExtension :
key : SIPClientID -> bool
Parameters
- key
- Type: Ozeki.VoIPSIPClientID
Return Value
Type:
Boolean
See Also