MemcacheGetCounter Method |
Returns value in counter at given key as long.
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public long GetCounter(
string key
)
Public Function GetCounter (
key As String
) As Long
public:
long long GetCounter(
String^ key
)
member GetCounter :
key : string -> int64
Parameters
- key
- Type: SystemString
cache ket
Return Value
Type:
Int64counter value or -1 if not found
See Also