Click or drag to resize

DialogContainer Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialogContainer

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class DialogContainer : IDialogContainer, 
	IContainerChecker, ICallContainerChecker

The DialogContainer type exposes the following members.

Constructors
  NameDescription
Public methodDialogContainer
Initializes a new instance of the DialogContainer class
Top
Properties
  NameDescription
Public propertyCount
Top
Methods
  NameDescription
Public methodClear
Public methodContains
Determines whether a dialog is in the container.
Public methodIsCleared
Public methodTryAdd
Public methodTryGetDialog(DialogID)
Gets a dialog from the container.
Public methodTryGetDialog(PendingDialogID)
Public methodTryGetDialog(SIPMessage)
Public methodTryRemoveDialog
Top
Events
See Also