MySQL Connector/Net
ClientDecrement Method |
Decrements the value associated with a key by the given amount.
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public abstract void Decrement( string key, int amount )
Public MustOverride Sub Decrement ( key As String, amount As Integer )
public: virtual void Decrement( String^ key, int amount ) abstract
abstract Decrement : key : string * amount : int -> unit
Parameters
- key
- Type: SystemString
The key associated with the value to decrement. - amount
- Type: SystemInt32
The amount to decrement the value.
