MemcacheStoreCounter Method (String, Int64, Int32) |
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,
int hashCode
)
Public Function StoreCounter (
key As String,
counter As Long,
hashCode As Integer
) As Boolean
public:
bool StoreCounter(
String^ key,
long long counter,
int hashCode
)
member StoreCounter :
key : string *
counter : int64 *
hashCode : int -> bool
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:
Booleantrue/false indicating success
See Also