Java.Nio.Channels.SelectionKey.InterestOps Method
Gets this key's Java.Nio.Channels.SelectionKey.

Syntax

[Android.Runtime.Register("interestOps", "()I", "GetInterestOpsHandler")]
public abstract Operations InterestOps ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.Channels.CancelledKeyExceptionif the key has already been canceled.

Remarks

Gets this key's Java.Nio.Channels.SelectionKey. The returned set has only those bits set that are valid for this key's channel.

[Android Documentation]

Requirements

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