Reference Library
GetDoNotDisturb Method (deviceId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerGetDoNotDisturb(String, Object)
Send a Get Do Not Disturb request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int GetDoNotDisturb(
	string deviceId,
	Object userState
)
Public Function GetDoNotDisturb ( _
	deviceId As String, _
	userState As Object _
) As Integer
public:
virtual int GetDoNotDisturb(
	String^ deviceId, 
	Object^ userState
) sealed
Parameters
deviceId (String)
The third party Device Id which represents the station that you want to get the Do Not Disturb state.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)