Click or drag to resize
IExtensionContainer Interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IExtensionContainer

The IExtensionContainer type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all extensions from the container.
Public methodContains
Determines whether the container contains the specified extension.
Public methodGetExtension
Retreives all the extensions with the specified username from the container.
Public methodGetExtensions
Retreives all extensions from the container.
Public methodTryAddExtension
Attempts to add the specified extension to the container.
Public methodTryRemoveExtension
Attempts to remove the specified extension from the container.
Public methodTryRemoveSIPExtension
Attempts to remove the SIP extension from the container.
Top
Events
See Also