Java.Lang.ThreadGroup.Daemon Property
Checks whether this thread group is a daemon ThreadGroup.

Syntax

[get: Android.Runtime.Register("isDaemon", "()Z", "GetIsDaemonHandler")]
[set: Android.Runtime.Register("setDaemon", "(Z)V", "GetSetDaemon_ZHandler")]
public bool Daemon { get; set; }

See Also

ThreadGroup.Daemon
ThreadGroup.Destroy
ThreadGroup.Daemon
ThreadGroup.Destroy

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether this thread group is a daemon ThreadGroup.

Set method documentation [Android Documentation]

Sets whether this is a daemon ThreadGroup or not. Daemon thread groups are automatically destroyed when they become empty.

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1