Mono Class Library: System.IAsyncResult Overview | Members

System.IAsyncResult.CompletedSynchronously Property

Gets a bool value that specifies whether the asynchronous operation completed synchronously.

public bool CompletedSynchronously { get; }

Value

true if the operation synchronously; otherwise false.

Remarks

Operation

As described above.

Note: Most implementations of the IAsyncResult interface will not use this property, and should return false .

This property is read-only.

Usage
Use this property to determine if the asynchronous operation completed synchronously. For example, this property can return true for an asynchronous IO operation if the IO request was small.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0