共用方式為


StampedLock.UnlockWrite(Int64) 方法

定義

如果鎖定狀態符合指定的戳記,則會釋放獨佔鎖定。

[Android.Runtime.Register("unlockWrite", "(J)V", "GetUnlockWrite_JHandler", ApiSince=24)]
public virtual void UnlockWrite (long stamp);
[<Android.Runtime.Register("unlockWrite", "(J)V", "GetUnlockWrite_JHandler", ApiSince=24)>]
abstract member UnlockWrite : int64 -> unit
override this.UnlockWrite : int64 -> unit

參數

stamp
Int64

寫入鎖定作業傳回的戳記

屬性

備註

如果鎖定狀態符合指定的戳記,則會釋放獨佔鎖定。

java.util.concurrent.locks.StampedLock.unlockWrite(long)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於