IOrderedStreamStorage<TKey>.DeleteAt(Int32) 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 at the given index.
public:
bool DeleteAt(int index);
public:
bool DeleteAt(int index);
bool DeleteAt(int index);
public bool DeleteAt (int index);
abstract member DeleteAt : int -> bool
Public Function DeleteAt (index As Integer) As Boolean
Parameters
- index
- Int32
Index of the stream to delete from storage.
Returns
True if deleting was successful, false otherwise.