IChartStorageHandler.Delete(String) Method

Definition

Deletes the data from the external medium.

public:
 void Delete(System::String ^ key);
public void Delete (string key);
abstract member Delete : string -> unit
Public Sub Delete (key As String)

Parameters

key
String

Index key.

Applies to