MemcacheStoreCounter Method (String, Int64) |
Store a counter to memcached given a key
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool StoreCounter(
string key,
long counter
)
Public Function StoreCounter (
key As String,
counter As Long
) As Boolean
public:
bool StoreCounter(
String^ key,
long long counter
)
member StoreCounter :
key : string *
counter : int64 -> bool
Parameters
- key
- Type: SystemString
cache key - counter
- Type: SystemInt64
number to store
Return Value
Type:
Booleantrue/false indicating success
See Also