Click or drag to resize
Akka.NETLocalGCounterIncrement Operator
Increments current GCounter value by 1 in current cluster node context.

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

Parameters

counter
Type: Akka.DistributedData.LocalLocalGCounter
TBD

Return Value

Type: LocalGCounter
TBD
See Also