Java.Nio.Channels.Spi.AbstractSelector.Close Method
Closes this selector.

Syntax

[Android.Runtime.Register("close", "()V", "")]
public override sealed void Close ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Closes this selector. This method does nothing if this selector is already closed. The actual closing must be implemented by subclasses in implCloseSelector().

[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