Reference Library
ServiceLinkStatusEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCServiceLinkStatusEventHandler
Delegate for a response to a ServiceLinkStatusArgs request.

Supported in: 6.2.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void ServiceLinkStatusEventHandler(
	Object sender,
	Phone..::..ServiceLinkStatusEventArgs e
)
Public Delegate Sub ServiceLinkStatusEventHandler ( _
	sender As Object, _
	e As Phone..::..ServiceLinkStatusEventArgs _
)
public delegate void ServiceLinkStatusEventHandler(
	Object^ sender, 
	Phone..::..ServiceLinkStatusEventArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Phone..::..ServiceLinkStatusEventArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)