IStreamStorage<TKey>.Delete(TKey) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.