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

Afficher le fichier Open project: microsoft/dicom-server

Méthodes publiques

Méthode 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 méthode

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.
Résultat Task