ISIPExtensionRegisterContainerGetExtension Method (SIPClientID, Boolean) |
Gets the specified extension from the container.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxISIPExtension GetExtension(
SIPClientID key,
bool tryRemoteFirst = true
)
Function GetExtension (
key As SIPClientID,
Optional tryRemoteFirst As Boolean = true
) As ISIPExtension
ISIPExtension^ GetExtension(
SIPClientID^ key,
bool tryRemoteFirst = true
)
abstract GetExtension :
key : SIPClientID *
?tryRemoteFirst : bool
(* Defaults:
let _tryRemoteFirst = defaultArg tryRemoteFirst true
*)
-> ISIPExtension
Parameters
- key
- Type: Ozeki.VoIPSIPClientID
- tryRemoteFirst (Optional)
- Type: SystemBoolean
Return Value
Type:
ISIPExtension
See Also