IExtensionContainerTryRemoveSIPExtension Method |
Attempts to remove the SIP extension from the container.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool TryRemoveSIPExtension(
ISIPExtension extension
)
Function TryRemoveSIPExtension (
extension As ISIPExtension
) As Boolean
bool TryRemoveSIPExtension(
ISIPExtension^ extension
)
abstract TryRemoveSIPExtension :
extension : ISIPExtension -> bool
Parameters
- extension
- Type: Ozeki.VoIPISIPExtension
Return Value
Type:
BooleanTrue if the extension was removed from the container successfully; otherwise, false.
See Also