IStreamStorage<TKey>.Delete(TKey) Method

Definition

Delete from storage the Stream identified by the given key.

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

Parameters

key
TKey

Key of the stream to delete from storage.

Returns

True if deleting was successful, false otherwise.

Applies to