AsyncResultVoidCompletedSynchronously Property  | 
 Gets a value indicating whether the asynchronous operation completed synchronously.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic bool CompletedSynchronously { get; }Public ReadOnly Property CompletedSynchronously As Boolean
	Get
public:
virtual property bool CompletedSynchronously {
	bool get () sealed;
}abstract CompletedSynchronously : bool with get
override CompletedSynchronously : bool with get
Property Value
Type: 
BooleanImplements
IAsyncResultCompletedSynchronously
See Also