Os.Setsid Method

Definition

See setsid(2).

[Android.Runtime.Register("setsid", "()I", "")]
public static int Setsid ();
[<Android.Runtime.Register("setsid", "()I", "")>]
static member Setsid : unit -> int

Returns

Attributes

Exceptions

Remarks

See setsid(2).

Java documentation for android.system.Os.setsid().

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