IIndexWorkspaceService2.IsProviderUpToDateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if entity has a file scanner type up to date
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)
Parameters
- filePath
- String
The file path>
- fileScannerEntityCache
- FileScannerEntityCache
Info about the file scanner
- cancellationToken
- CancellationToken
Cancellation token
Returns
Completion task