C# Class Microsoft.Health.Dicom.Core.Features.Store.IIndexDataStoreExtensions

Exibir arquivo Open project: microsoft/dicom-server

Public Methods

Method Description
DeleteInstanceIndexAsync ( IIndexDataStore indexDataStore, InstanceIdentifier instanceIdentifier, CancellationToken cancellationToken = default ) : Task

Deletes the instance index with no back off on cleaning up the underlying files.

Method Details

DeleteInstanceIndexAsync() public static method

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.
return Task