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