Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transaction.Canceled
The Canceled event is raised when the transaction is canceled.
Syntax
[C#]
public event EventHandler Canceled;
Syntax
[Visual Basic .NET]
Public Event Canceled 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)