SIPExtensionRegisterContainerGetExtension(SIPClientID, Boolean) Method |
Gets the specified extension from the container.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic ISIPExtension GetExtension(
SIPClientID key,
bool tryRemoteFirst = true
)
Public Function GetExtension (
key As SIPClientID,
Optional tryRemoteFirst As Boolean = true
) As ISIPExtension
public:
virtual ISIPExtension^ GetExtension(
SIPClientID^ key,
bool tryRemoteFirst = true
) sealed
abstract GetExtension :
key : SIPClientID *
?tryRemoteFirst : bool
(* Defaults:
let _tryRemoteFirst = defaultArg tryRemoteFirst true
*)
-> ISIPExtension
override GetExtension :
key : SIPClientID *
?tryRemoteFirst : bool
(* Defaults:
let _tryRemoteFirst = defaultArg tryRemoteFirst true
*)
-> ISIPExtension
Parameters
- key SIPClientID
-
- tryRemoteFirst Boolean (Optional)
-
Return Value
ISIPExtensionImplements
ISIPExtensionRegisterContainerGetExtension(SIPClientID, Boolean)
See Also