Click or drag to resize
Akka.NETAtomicReferenceT  Conversion (AtomicReferenceT to T)

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator T (
	AtomicReference<T> atomicReference
)

Parameters

atomicReference
Type: Akka.UtilAtomicReferenceT
The reference to convert

Return Value

Type: T
The result of the conversion.
See Also