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

Assembly: ServiceProvider (Module: ServiceProvider)