IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
java.nio.channels.AwaitableCompletionHandler< V, A > Class Template Reference

An awaitable implementation of a CompletionHandler. More...

Inheritance diagram for java.nio.channels.AwaitableCompletionHandler< V, A >:
java.nio.channels.AwaitableCompletionHandler< V, object >

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.
 

Detailed Description

An awaitable implementation of a CompletionHandler.

Template Parameters
V

Definition at line 41 of file AwaitableCompletionHandler.cs.

Member Function Documentation

◆ GetAwaiter() [1/2]

new TaskAwaiter java.nio.channels.AwaitableCompletionHandler< V, A >.GetAwaiter ( )

Gets an awaiter used to await this completion handler.

◆ GetAwaiter() [2/2]

TaskAwaiter< V > java.nio.channels.AwaitableCompletionHandler< V, A >.GetAwaiter ( )

Gets an awaiter used to await this completion handler.

Property Documentation

◆ Attachment

Gets the attachment which is set after the handler completes.

Definition at line 50 of file AwaitableCompletionHandler.cs.

◆ Task [1/2]

Gets the task that can be awaited.

Definition at line 17 of file AwaitableCompletionHandler.cs.

◆ Task [2/2]

Gets the task that can be awaited.

Definition at line 55 of file AwaitableCompletionHandler.cs.


The documentation for this class was generated from the following file: