Click or drag to resize

DialogContainerTryGetDialog Method (DialogID)

Gets a dialog from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public ISIPDialog TryGetDialog(
	DialogID dialogID
)

Parameters

dialogID
Type: Ozeki.VoIPDialogID

Return Value

Type: ISIPDialog

Implements

IDialogContainerTryGetDialog(DialogID)
See Also