Click or drag to resize
MemcacheStoreCounter Method (String, Int64)
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
)

Parameters

key
Type: SystemString
cache key
counter
Type: SystemInt64
number to store

Return Value

Type: Boolean
true/false indicating success
See Also