Click or drag to resize
Akka.NETLocalPNCounterIncrement Operator
Increments value of the underlying PNCounter 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 LocalPNCounter operator ++(
	LocalPNCounter counter
)

Parameters

counter
Type: Akka.DistributedData.LocalLocalPNCounter
TBD

Return Value

Type: LocalPNCounter
TBD
See Also