NamedMapInvokableContextTKey, TValueUpdateCurrentValue Method

ScaleOut Software NamedCache API
Updates the value for the current key.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public abstract void UpdateCurrentValue(
	TValue newValue
)

Parameters

newValue
Type: TValue
New value to assign for the key.
See Also

Reference