次の方法で共有


ConnectionDroppedEventArgs(ConnectionDroppedReason) constructor

 
Microsoft Office Live Communications Server 2005 with SP1

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.

[C#]
public ConnectionDroppedEventArgs(
ConnectionDroppedReason reason
);

  [Visual Basic .NET]
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 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ServerAgent.ConnectionDropped, ConnectionDroppedEventHandler, ConnectionDroppedReason, ConnectionDroppedEventArgs

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.