| AtomicReferenceT Class |
Namespace: Akka.Util
[Missing <typeparam name="T"/> documentation for "T:Akka.Util.AtomicReference`1"]
The AtomicReferenceT type exposes the following members.
| Name | Description | |
|---|---|---|
| AtomicReferenceT |
Default constructor
| |
| AtomicReferenceT(T) |
Sets the initial value of this AtomicReferenceT to [!:originalValue].
|
| Name | Description | |
|---|---|---|
| CompareAndSet |
If Value equals [!:expected], then set the Value to
[!:newValue].
Returns true if [!:newValue] was set, false otherise.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (T to AtomicReferenceT) |
Implicit conversion operator = allows us to cast any type directly into a AtomicReferenceT instance.
| |
| (AtomicReferenceT to T) |
Implicit conversion operator = automatically casts the AtomicReferenceT to an instance of |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| atomicValue |