System.IAsyncResult.IsCompleted Property

Gets a value that indicates whether the asynchronous operation has completed.

Syntax

public bool IsCompleted { get; }

Value

true if the operation has completed; otherwise false.

Remarks

When this property is true, you can assume it is safe to discard any resources you allocate for use by the asynchronous operation.

Requirements

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