Click or drag to resize

IExtensionContainerTryAddExtension Method

Attempts to add the specified extension to the container.

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

Parameters

extension
Type: Ozeki.VoIPIExtensionBase

Return Value

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