Menu

Deletes a log from the collection.

Copy Code
HResult 
    Remove
   (
    long  
    lLogIndex
  
);

Parameters

lLogIndex

[in] Zero-based index of the log to delete from the collection.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_FAIL

Procedure failed.

E_INVALIDARG

You passed an invalid argument.

See Also