This documentation is archived and is not being maintained.

ICancelableAsyncResult::IsCanceled Property

Gets the status of the cancellation.

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

property bool IsCanceled {
	bool get ();
}

Property Value

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

Show: