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