ConnectionDroppedEventArgs.ConnectionDroppedEventArgs (ConnectionDroppedReason)
The ConnectionDroppedEventArgs constructor creates a new instance of the ConnectionDroppedEventArgs class, with a ConnectionDroppedReason value indicating the reason for the dropped connection.
public ConnectionDroppedEventArgs(
ConnectionDroppedReason reason
);
Public Sub New( _
ByVal reason As ConnectionDroppedReason _
)
Parameters
- reason
ConnectionDroppedReason enumeration value that specifies the reason for the dropped connection.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2003.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
ServerAgent.ConnectionDropped, ConnectionDroppedEventHandler, ConnectionDroppedReason, ConnectionDroppedEventArgs