Click or drag to resize
MemcacheStoreCounter Method (String, Int64, Int32)
Store a counter to memcached given a key

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool StoreCounter(
	string key,
	long counter,
	int hashCode
)

Parameters

key
Type: SystemString
cache key
counter
Type: SystemInt64
number to store
hashCode
Type: SystemInt32
if not null, then the int hashcode to use

Return Value

Type: Boolean
true/false indicating success
See Also