Share via


RequestReceivedEventArgs.ServerTransaction

RequestReceivedEventArgs.ServerTransaction

The ServerTransaction property contains the new ServerTransaction object that will service the received request.

Syntax

[C#]

public ServerTransaction ServerTransaction {get;}

Syntax

[Visual Basic .NET]

Public ReadOnly Property ServerTransaction As ServerTransaction

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ServerTransaction

RequestReceivedEventArgs