Java.Nio.Channels.Spi.AbstractSelector.Register Method
Registers channel with this selector.

Syntax

[Android.Runtime.Register("register", "(Ljava/nio/channels/spi/AbstractSelectableChannel;ILjava/lang/Object;)Ljava/nio/channels/SelectionKey;", "GetRegister_Ljava_nio_channels_spi_AbstractSelectableChannel_ILjava_lang_Object_Handler")]
protected abstract Java.Nio.Channels.SelectionKey Register (AbstractSelectableChannel channel, int operations, Java.Lang.Object attachment)

Parameters

channel
Documentation for this section has not yet been entered.
operations
the Java.Nio.Channels.SelectionKey of channel.
attachment
the attachment for the selection key.

Returns

Documentation for this section has not yet been entered.

Remarks

Registers channel with this selector.

[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