Click or drag to resize
DialogContainer Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialogContainer

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
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
Properties
  NameDescription
Public propertyCount
Top
Events
See Also