Click or drag to resize
Akka.NETGCounterIncrement Method (Cluster, UInt64)
Increment the counter with the delta specified. The delta must be zero or positive.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public GCounter Increment(
	Cluster node,
	ulong delta
)

Parameters

node
Type: Akka.ClusterCluster

[Missing <param name="node"/> documentation for "M:Akka.DistributedData.GCounter.Increment(Akka.Cluster.Cluster,System.UInt64)"]

delta
Type: SystemUInt64

[Missing <param name="delta"/> documentation for "M:Akka.DistributedData.GCounter.Increment(Akka.Cluster.Cluster,System.UInt64)"]

Return Value

Type: GCounter

[Missing <returns> documentation for "M:Akka.DistributedData.GCounter.Increment(Akka.Cluster.Cluster,System.UInt64)"]

See Also