Java.Nio.Channels.Spi.AbstractInterruptibleChannel.Begin Method
Indicates the beginning of a code section that includes an I/O operation that is potentially blocking.

Syntax

[Android.Runtime.Register("begin", "()V", "")]
protected void Begin ()

Remarks

Indicates the beginning of a code section that includes an I/O operation that is potentially blocking. After this operation, the application should invoke the corresponding end(boolean) method.

[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