Share via


ILanguageServiceProvider.UninitializeAsync(String) Method

Definition

Removes the language service integration for the specified file.

public:
 System::Threading::Tasks::Task ^ UninitializeAsync(System::String ^ filePath);
public System.Threading.Tasks.Task UninitializeAsync (string filePath);
abstract member UninitializeAsync : string -> System.Threading.Tasks.Task
Public Function UninitializeAsync (filePath As String) As Task

Parameters

filePath
String

The absolute path of the file to initialize the language service for.

Returns

A task that tracks the asynchronous operation.

Applies to