Share via


BaseAsyncResult.CompletedSynchronously Property

Gets the result of whether or not the operation completed synchronously.

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

Syntax

'Declaration
Public ReadOnly Property CompletedSynchronously As Boolean
'Usage
Dim instance As BaseAsyncResult 
Dim value As Boolean 

value = instance.CompletedSynchronously
public bool CompletedSynchronously { get; }
public:
virtual property bool CompletedSynchronously {
    bool get () sealed;
}
public final function get CompletedSynchronously () : boolean

Property Value

Type: System.Boolean

Implements

IAsyncResult.CompletedSynchronously

.NET Framework Security

See Also

Reference

BaseAsyncResult Class

BaseAsyncResult Members

Microsoft.TeamFoundation.Common Namespace