AtomicLong.LazySet(Int64) Method

Definition

Eventually sets to the given value.

[Android.Runtime.Register("lazySet", "(J)V", "")]
public void LazySet (long newValue);
[<Android.Runtime.Register("lazySet", "(J)V", "")>]
member this.LazySet : int64 -> unit

Parameters

newValue
Int64

the new value

Attributes

Remarks

Java documentation for java.util.concurrent.atomic.AtomicLong.lazySet(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to