DataCache::Decrement Method (String^, Int64, Int64, String^)
Decrements a long value stored in the cache in the specified region.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
public: long long Decrement( String^ key, long long value, long long initialValue, String^ region )
Parameters
- key
-
Type:
System::String^
The key of the object stored in the cache. The object must be a long.
- value
-
Type:
System::Int64
The amount to decrease the stored value.
- initialValue
-
Type:
System::Int64
The initial value to use if the object does not exist in the cache.
- region
-
Type:
System::String^
The user-defined region in which the object is stored.
Show: