Binder.JoinThreadPool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add the calling thread to the IPC thread pool.
[Android.Runtime.Register("joinThreadPool", "()V", "")]
public static void JoinThreadPool ();
[<Android.Runtime.Register("joinThreadPool", "()V", "")>]
static member JoinThreadPool : unit -> unit
- Attributes
Remarks
Add the calling thread to the IPC thread pool. This function does not return until the current process is exiting.
Java documentation for android.os.Binder.joinThreadPool()
.
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.