AsynchronousChannelGroup.Provider Method

Definition

Returns the provider that created this channel group.

[Android.Runtime.Register("provider", "()Ljava/nio/channels/spi/AsynchronousChannelProvider;", "", ApiSince=26)]
public Java.Nio.Channels.Spi.AsynchronousChannelProvider? Provider ();
[<Android.Runtime.Register("provider", "()Ljava/nio/channels/spi/AsynchronousChannelProvider;", "", ApiSince=26)>]
member this.Provider : unit -> Java.Nio.Channels.Spi.AsynchronousChannelProvider

Returns

The provider that created this channel group

Attributes

Remarks

Returns the provider that created this channel group.

Java documentation for java.nio.channels.AsynchronousChannelGroup.provider().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to