This documentation is archived and is not being maintained.

CancelableAsyncResult::CompletedSynchronously Property

Returns true if the call completed synchronously; otherwise, false.

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

public:
virtual property bool CompletedSynchronously {
	bool get () sealed;
}

Property Value

Type: System::Boolean
True if the call completed synchronously; otherwise, false.

Implements

IAsyncResult::CompletedSynchronously

Show: