ICancelableAsyncResult.IsCanceled Property

Gets the status of the cancellation.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
ReadOnly Property IsCanceled As Boolean
bool IsCanceled { get; }
property bool IsCanceled {
    bool get ();
}
abstract IsCanceled : bool with get
function get IsCanceled () : boolean

Property Value

Type: System.Boolean
True if the operation has been canceled.
False if the operation has not been canceled.

.NET Framework Security

See Also

Reference

ICancelableAsyncResult Interface

Microsoft.TeamFoundation.Client Namespace