







Increments the value associated with a key by the given amount.
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public abstract void Increment( string key, int amount ) |
Visual Basic |
---|
Public MustOverride Sub Increment ( _ key As String, _ amount As Integer _ ) |
Visual C++ |
---|
public: virtual void Increment( String^ key, int amount ) abstract |
Parameters
- key
- Type: System..::..String
The key associated with the value to increment.
- amount
- Type: System..::..Int32
The amount to increment the value.