|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
An awaitable implementation of a CompletionHandler. More...
Public Member Functions | |
| new TaskAwaiter | GetAwaiter () |
| Gets an awaiter used to await this completion handler. | |
| TaskAwaiter< V > | GetAwaiter () |
| Gets an awaiter used to await this completion handler. | |
Public Member Functions inherited from java.nio.channels.AwaitableCompletionHandler< V, object > | |
| new TaskAwaiter | GetAwaiter () |
| Gets an awaiter used to await this completion handler. | |
| TaskAwaiter< V > | GetAwaiter () |
| Gets an awaiter used to await this completion handler. | |
Properties | |
| new Task | Task [get] |
| Gets the task that can be awaited. | |
| A? | Attachment [get] |
| Gets the attachment which is set after the handler completes. | |
| Task< V > | Task [get] |
| Gets the task that can be awaited. | |
Properties inherited from java.nio.channels.AwaitableCompletionHandler< V, object > | |
| new Task | Task [get] |
| Gets the task that can be awaited. | |
| Task< V > | Task [get] |
| Gets the task that can be awaited. | |
| A? | Attachment [get] |
| Gets the attachment which is set after the handler completes. | |
An awaitable implementation of a CompletionHandler.
| V |
Definition at line 41 of file AwaitableCompletionHandler.cs.
| new TaskAwaiter java.nio.channels.AwaitableCompletionHandler< V, A >.GetAwaiter | ( | ) |
Gets an awaiter used to await this completion handler.
| TaskAwaiter< V > java.nio.channels.AwaitableCompletionHandler< V, A >.GetAwaiter | ( | ) |
Gets an awaiter used to await this completion handler.
|
get |
Gets the attachment which is set after the handler completes.
Definition at line 50 of file AwaitableCompletionHandler.cs.
|
get |
Gets the task that can be awaited.
Definition at line 17 of file AwaitableCompletionHandler.cs.
|
get |
Gets the task that can be awaited.
Definition at line 55 of file AwaitableCompletionHandler.cs.