Table of Contents

Interface ICompletionHandler<V, A>

Namespace
Java.Nio.Channels
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/channels/CompletionHandler.html

public interface ICompletionHandler<V, A>

Type Parameters

V
A

Methods

Completed(V, A)

void Completed(V arg0, A arg1)

Parameters

arg0 V

V

arg1 A

A

Failed(JVMBridgeException, A)

void Failed(JVMBridgeException arg0, A arg1)

Parameters

arg0 JVMBridgeException

Throwable

arg1 A

A