IIndexWorkspaceService2.PushEntityDataAsync 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.
Push data into our indexing service
public:
System::Threading::Tasks::Task ^ PushEntityDataAsync(System::String ^ filePath, Guid providerType, Microsoft::VisualStudio::Workspace::Indexing::IndexEntityData ^ indexEntityData, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task PushEntityDataAsync (string filePath, Guid providerType, Microsoft.VisualStudio.Workspace.Indexing.IndexEntityData indexEntityData, System.Threading.CancellationToken cancellationToken);
abstract member PushEntityDataAsync : string * Guid * Microsoft.VisualStudio.Workspace.Indexing.IndexEntityData * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PushEntityDataAsync (filePath As String, providerType As Guid, indexEntityData As IndexEntityData, cancellationToken As CancellationToken) As Task
Parameters
- filePath
- String
File path of entity we want to push
- providerType
- Guid
The provider unique id responsable of this data
- indexEntityData
- IndexEntityData
Data to push
- cancellationToken
- CancellationToken
Cancellation token
Returns
Completion task