Click or drag to resize
Akka.NETLocalPNCounterDictionary<TKey>.Increment Method
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public LocalPNCounterDictionary<TKey> Increment(
	TKey key,
	long delta = 1
)

Parameters

key
Type: TKey
TBD
delta (Optional)
Type: System.Int64
TBD

Return Value

Type: LocalPNCounterDictionary<TKey>
TBD
See Also