Transaction.TimedOut

The TimedOut event is raised when the transaction times out.

Syntax

[C#]

  Copy imageCopy Code
public event EventHandler TimedOut;

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Event TimedOut As EventHandler

Return Values

Delegate of type EventArgs, which receives an argument of type EventArgs. The EventArgs reference is NULL; this event does not return data.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also