public interface IAsyncResult
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AsyncState()
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
|
boolean |
CompletedSynchronously()
Gets an indication of whether the asynchronous operation completed synchronously.
|
boolean |
IsCompleted()
Gets an indication whether the asynchronous operation has completed.
|
java.lang.Object AsyncState()
boolean CompletedSynchronously()
boolean IsCompleted()