Java.Nio.Channels.Spi.AbstractInterruptibleChannel.ImplCloseChannel Method
Implements the channel closing behavior.

Syntax

[Android.Runtime.Register("implCloseChannel", "()V", "GetImplCloseChannelHandler")]
protected abstract void ImplCloseChannel ()

Exceptions

TypeReason
Java.IO.IOExceptionif a problem occurs while closing the channel.

Remarks

Implements the channel closing behavior.

Closes the channel with a guarantee that the channel is not currently closed through another invocation of close() and that the method is thread-safe.

Any outstanding threads blocked on I/O operations on this channel must be released with either a normal return code, or by throwing an AsynchronousCloseException.

[Android Documentation]

Requirements

Namespace: Java.Nio.Channels.Spi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1