Click or drag to resize

IGlobalCacheIncrementValue Method

Overload List
  NameDescription
Public methodIncrementValue(String)
Add 1 to an integer value held in GlobalCache. This method is thread-safe.
Public methodIncrementValue(String, Int32)
Add a given number to an integer value held in GlobalCache. This method is thread-safe.
Top
See Also