Represents the dropped connection event handler delegate.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Delegate 
Sub 
ConnectionDroppedEventHandler ( _
	
sender 
As 
Object, _
	
e 
As 

ConnectionDroppedEventArgs _
)
Visual Basic (usage)
Dim 
instance 
As 
New 
ConnectionDroppedEventHandler(
AddressOf HandlerMethod)
C#
public 
delegate 
void 
ConnectionDroppedEventHandler(
	
Object 
sender,
	

ConnectionDroppedEventArgs 
e
)

See also