C# 클래스 Microsoft.Health.Dicom.Core.Features.Store.IIndexDataStoreExtensions

파일 보기 프로젝트 열기: microsoft/dicom-server

공개 메소드들

메소드 설명
DeleteInstanceIndexAsync ( IIndexDataStore indexDataStore, InstanceIdentifier instanceIdentifier, CancellationToken cancellationToken = default ) : Task

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

메소드 상세

DeleteInstanceIndexAsync() 공개 정적인 메소드

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