AbstractOwnableSynchronizer.ExclusiveOwnerThread 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳最後一次設定在 的 setExclusiveOwnerThread執行緒,或 null 如果從未設定過。 -或- 設定目前擁有專屬存取權的執行緒。
protected Java.Lang.Thread? ExclusiveOwnerThread { [Android.Runtime.Register("getExclusiveOwnerThread", "()Ljava/lang/Thread;", "")] get; [Android.Runtime.Register("setExclusiveOwnerThread", "(Ljava/lang/Thread;)V", "")] set; }
[<get: Android.Runtime.Register("getExclusiveOwnerThread", "()Ljava/lang/Thread;", "")>]
[<set: Android.Runtime.Register("setExclusiveOwnerThread", "(Ljava/lang/Thread;)V", "")>]
member this.ExclusiveOwnerThread : Java.Lang.Thread with get, set
屬性值
擁有者討論串
- 屬性
備註
財產取得者文件:
回傳最後一次設定在 的 setExclusiveOwnerThread執行緒,或 null 如果從未設定過。 此方法不會強制同步或 volatile 欄位存取。
Java 文件 java.util.concurrent.locks.AbstractOwnableSynchronizer.getExclusiveOwnerThread()。
屬性設定文件:
設定目前擁有專屬存取權的執行緒。 一個 null 參數表示沒有任何執行緒擁有存取權。 此方法不會強制同步或 volatile 欄位存取。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。