MemcacheDecrement Method (String) |
Decrement the value at the specified key by 1, and then return it.
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public long Decrement(
string key
)
Public Function Decrement (
key As String
) As Long
public:
long long Decrement(
String^ key
)
member Decrement :
key : string -> int64
Parameters
- key
- Type: SystemString
key where the data is stored
Return Value
Type:
Int64-1, if the key is not found, the value after incrementing otherwise
See Also