ThreadPoolExecutor.Terminated Method

Definition

Method invoked when the Executor has terminated.

[Android.Runtime.Register("terminated", "()V", "GetTerminatedHandler")]
protected virtual void Terminated ();
[<Android.Runtime.Register("terminated", "()V", "GetTerminatedHandler")>]
abstract member Terminated : unit -> unit
override this.Terminated : unit -> unit
Attributes

Remarks

Method invoked when the Executor has terminated. Default implementation does nothing. Note: To properly nest multiple overridings, subclasses should generally invoke super.terminated within this method.

Java documentation for java.util.concurrent.ThreadPoolExecutor.terminated().

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