interface IAsyncResult
Represents the status of an asynchronous operation.
public object AsyncState { get; }
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
- Returns A user-defined object that qualifies or contains information about an asynchronous operation.
public bool CompletedSynchronously { get; }
Gets a value that indicates whether the asynchronous operation completed synchronously.
- Returns if the asynchronous operation completed synchronously; otherwise, .
public bool IsCompleted { get; }
Gets a value that indicates whether the asynchronous operation has completed.
- Returns if the operation is complete; otherwise, .