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

Assembly: ServiceProvider (Module: ServiceProvider)