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