ISIPExtensionRegisterContainerTryAddExtension Method |
Attempts to add the specified extension to the container.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxbool TryAddExtension(
SIPClientID key,
ISIPExtension client
)
Function TryAddExtension (
key As SIPClientID,
client As ISIPExtension
) As Boolean
bool TryAddExtension(
SIPClientID^ key,
ISIPExtension^ client
)
abstract TryAddExtension :
key : SIPClientID *
client : ISIPExtension -> bool
Parameters
- key
- Type: Ozeki.VoIPSIPClientID
- client
- Type: Ozeki.VoIPISIPExtension
Return Value
Type:
Boolean
See Also