Java.Util.Concurrent.Locks.AbstractOwnableSynchronizer.ExclusiveOwnerThread Property
Returns the thread last set by setExclusiveOwnerThread, or null if never set.

Syntax

[get: Android.Runtime.Register("getExclusiveOwnerThread", "()Ljava/lang/Thread;", "GetGetExclusiveOwnerThreadHandler")]
[set: Android.Runtime.Register("setExclusiveOwnerThread", "(Ljava/lang/Thread;)V", "GetSetExclusiveOwnerThread_Ljava_lang_Thread_Handler")]
protected Java.Lang.Thread ExclusiveOwnerThread { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the thread last set by setExclusiveOwnerThread, or null if never set. This method does not otherwise impose any synchronization or volatile field accesses.

Set method documentation [Android Documentation]

Sets the thread that currently owns exclusive access. A null argument indicates that no thread owns access. This method does not otherwise impose any synchronization or volatile field accesses.

Requirements

Namespace: Java.Util.Concurrent.Locks
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5