Reference Library
ReleaseDeviceIdResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCReleaseDeviceIdResponseHandler
Delegate for handling the response to a ReleaseDeviceId request.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ReleaseDeviceIdResponseHandler(
	Object sender,
	Device..::..ReleaseDeviceIdResponseArgs e
)
Public Delegate Sub ReleaseDeviceIdResponseHandler ( _
	sender As Object, _
	e As Device..::..ReleaseDeviceIdResponseArgs _
)
public delegate void ReleaseDeviceIdResponseHandler(
	Object^ sender, 
	Device..::..ReleaseDeviceIdResponseArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (Device..::..ReleaseDeviceIdResponseArgs)
Data associated with the response.

Assembly: ServiceProvider (Module: ServiceProvider)