Reference Library
SetDisplay Method (deviceId, newDisplayValue, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerSetDisplay(String, String, Object)
Send a Set Display request to DMCC
Declaration Syntax
C#Visual BasicVisual C++
int SetDisplay(
	string deviceId,
	string newDisplayValue,
	Object userState
)
Function SetDisplay ( _
	deviceId As String, _
	newDisplayValue As String, _
	userState As Object _
) As Integer
int SetDisplay(
	String^ deviceId, 
	String^ newDisplayValue, 
	Object^ userState
)
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)