Share via


FileStreamStorage<TKey>.Delete(TKey) Method

Definition

Delete from storage the Stream identified by the given key.

public:
 virtual bool Delete(TKey key);
public:
 bool Delete(TKey key);
bool Delete(TKey key);
public bool Delete (TKey key);
abstract member Delete : 'Key -> bool
override this.Delete : 'Key -> bool
Public Function Delete (key As TKey) As Boolean

Parameters

key
TKey

The key.

Returns

True if the deletion was successful, otherwise false.

Implements

Applies to