Delete Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Removes they pair key/value given the specified key.

Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public abstract void Delete(
	string key
)
Visual Basic
Public MustOverride Sub Delete ( _
	key As String _
)
Visual C++
public:
virtual void Delete(
	String^ key
) abstract

Parameters

key
Type: System..::..String

See Also