IOrderedStreamStorage<TKey>.DeleteAt(Int32) Method

Definition

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.

Applies to