AsynchronousChannelGroup.ShutdownNow Method

Definition

Shuts down the group and closes all open channels in the group.

[Android.Runtime.Register("shutdownNow", "()V", "GetShutdownNowHandler", ApiSince=26)]
public abstract void ShutdownNow ();
[<Android.Runtime.Register("shutdownNow", "()V", "GetShutdownNowHandler", ApiSince=26)>]
abstract member ShutdownNow : unit -> unit
Attributes

Remarks

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

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