IIndexWorkspaceService2.IsProviderUpToDateAsync(String, FileScannerEntityCache, CancellationToken) Methode

Definition

Überprüfen, ob die Entität über einen Dateiscanner auf dem neuesten Stand ist

public:
 System::Threading::Tasks::Task<bool> ^ IsProviderUpToDateAsync(System::String ^ filePath, Microsoft::VisualStudio::Workspace::Indexing::FileScannerEntityCache ^ fileScannerEntityCache, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<bool> IsProviderUpToDateAsync (string filePath, Microsoft.VisualStudio.Workspace.Indexing.FileScannerEntityCache fileScannerEntityCache, System.Threading.CancellationToken cancellationToken);
abstract member IsProviderUpToDateAsync : string * Microsoft.VisualStudio.Workspace.Indexing.FileScannerEntityCache * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function IsProviderUpToDateAsync (filePath As String, fileScannerEntityCache As FileScannerEntityCache, cancellationToken As CancellationToken) As Task(Of Boolean)

Parameter

filePath
String

Der Dateipfad>

fileScannerEntityCache
FileScannerEntityCache

Informationen zum Dateiscanner

cancellationToken
CancellationToken

Abbruchtoken

Gibt zurück

Task<Boolean>

Abschluss Aufgabe

Gilt für