Share via


ServerTransaction.Branches

ServerTransaction.Branches

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

Syntax

[C#]

public BranchCollection Branches {get;}

Syntax

[Visual Basic .NET]

Public ReadOnly Property Branches As BranchCollection

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

BranchCollection

ServerTransaction