Linguaggio

Thread.Daemon Proprietà

Definizione

Verifica se questo thread è un thread daemon.

public bool Daemon { [Android.Runtime.Register("isDaemon", "()Z", "")] get; [Android.Runtime.Register("setDaemon", "(Z)V", "")] set; }
[<get: Android.Runtime.Register("isDaemon", "()Z", "")>]
[<set: Android.Runtime.Register("setDaemon", "(Z)V", "")>]
member this.Daemon : bool with get, set

Valore della proprietà

true se questo thread è un thread daemon; false in caso contrario.

Attributi

Eccezioni

  • se il thread è già stato avviato.

Commenti

Verifica se questo thread è un thread daemon.

per java.lang.Thread.isDaemon().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a