Reference Library
SetDisplay Method (deviceId, newDisplayValue, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerSetDisplay(String, String, Object)
Send a SetDisplay request to DMCC
Declaration Syntax
C#Visual BasicVisual C++
public int SetDisplay(
	string deviceId,
	string newDisplayValue,
	Object userState
)
Public Function SetDisplay ( _
	deviceId As String, _
	newDisplayValue As String, _
	userState As Object _
) As Integer
public:
virtual int SetDisplay(
	String^ deviceId, 
	String^ newDisplayValue, 
	Object^ userState
) sealed
Parameters
deviceId (String)
Device ID of the phone whose display is to be updated.
newDisplayValue (String)
What shuld be written to the display.
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)