ServerTransaction.Branches

The Branches property contains all branches (client transactions) associated with this server transaction as a BranchCollection object.

Syntax

[C#]

  Copy imageCopy Code
public BranchCollection Branches {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property Branches As BranchCollection

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also