Reference Library
GetDisplayResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetDisplayResponseHandler
Delegate for a response to a GetDisplay request
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetDisplayResponseHandler(
	Object sender,
	Phone..::..GetDisplayResponseArgs e
)
Public Delegate Sub GetDisplayResponseHandler ( _
	sender As Object, _
	e As Phone..::..GetDisplayResponseArgs _
)
public delegate void GetDisplayResponseHandler(
	Object^ sender, 
	Phone..::..GetDisplayResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Phone..::..GetDisplayResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)