Click or drag to resize

IExtensionContainerTryRemoveExtension Method

Attempts to remove the specified extension from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
bool TryRemoveExtension(
	IExtensionBase extension
)

Parameters

extension
Type: Ozeki.VoIPIExtensionBase

Return Value

Type: Boolean
True if the extension was removed from the container successfully; otherwise, false.
See Also