Click or drag to resize
Akka.NETLocalGCounter  Conversion (LocalGCounter to GCounter)
Performs an implicit conversion from LocalGCounter to GCounter.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator GCounter (
	LocalGCounter counter
)

Parameters

counter
Type: Akka.DistributedData.LocalLocalGCounter
The counter to convert

Return Value

Type: GCounter
The result of the conversion
See Also