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