Reference Library
LinkDownEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCLinkDownEventHandler
Message sent when the server notifies object that the link is now down.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void LinkDownEventHandler(
	Object sender,
	CallInformationLink..::..LinkDownEventArgs e
)
Public Delegate Sub LinkDownEventHandler ( _
	sender As Object, _
	e As CallInformationLink..::..LinkDownEventArgs _
)
public delegate void LinkDownEventHandler(
	Object^ sender, 
	CallInformationLink..::..LinkDownEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (CallInformationLink..::..LinkDownEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)