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: 1.8.12.0 (1.8.12)
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