Метод | Описание | |
---|---|---|
DeleteInstanceIndexAsync ( IIndexDataStore indexDataStore, InstanceIdentifier instanceIdentifier, CancellationToken cancellationToken = default ) : Task |
Deletes the instance index with no back off on cleaning up the underlying files.
|
public static DeleteInstanceIndexAsync ( IIndexDataStore indexDataStore, InstanceIdentifier instanceIdentifier, CancellationToken cancellationToken = default ) : Task | ||
indexDataStore | IIndexDataStore | The IIndexDataStore. |
instanceIdentifier | InstanceIdentifier | The instance to delete. |
cancellationToken | CancellationToken | The cancellation token. |
Результат | Task |