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

Assembly: ServiceProvider (Module: ServiceProvider)