| IGlobalCacheIncrementValue Method (String) |
Add 1 to an integer value held in GlobalCache. This method is thread-safe.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax int IncrementValue(
string key
)
Function IncrementValue (
key As String
) As Integer
Parameters
- key
- Type: SystemString
Key of the value to increment by 1.
Return Value
Type:
Int32New (incremented) value.
Exceptions Exception | Condition |
---|
ArgumentException | Element for a given key does not exist or is of type other than int. |
See Also