Java.Util.Concurrent.Atomic.AtomicReference Class
An object reference that may be updated atomically.

See Also: AtomicReference Members

Syntax

[Android.Runtime.Register("java/util/concurrent/atomic/AtomicReference", DoNotGenerateAcw=true)]
public class AtomicReference : Java.Lang.Object, Java.IO.ISerializable, IDisposable

Remarks

An object reference that may be updated atomically. See the Java.Util.Concurrent.Atomic package specification for description of the properties of atomic variables.

[Android Documentation]

Requirements

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