Java.Nio.Channels.Spi.AbstractInterruptibleChannel.End Method
Indicates the end of a code section that has been started with begin() and that includes a potentially blocking I/O operation.

Syntax

[Android.Runtime.Register("end", "(Z)V", "")]
protected void End (bool success)

Parameters

success
pass true if the blocking operation has succeeded and has had a noticeable effect; false otherwise.

Exceptions

TypeReason
Java.Nio.Channels.AsynchronousCloseExceptionif this channel is closed by another thread while this method is executing.
Java.Nio.Channels.ClosedByInterruptExceptionif another thread interrupts the calling thread while this method is executing.

Remarks

Indicates the end of a code section that has been started with begin() and that includes a potentially blocking I/O operation.

[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