Transaction.OnTimedOut

The OnTimedOut method raises the Transaction.TimedOut event.

Syntax

[C#]

  Copy imageCopy Code
protected virtual void OnTimedOut();

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Overridable Protected Sub OnTimedOut()

Parameters

This method has no parameters.

Return Values

This method has no return values.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also