Sdílet prostřednictvím


ILanguageClient.StartAsync Událost

Definice

Asynchronní událost, která značí sadě Visual Studio, že server by se měl spustit voláním ActivateAsync(CancellationToken). Pokud je server již spuštěný, bude tato událost ignorována.

public:
 event Microsoft::VisualStudio::Threading::AsyncEventHandler<EventArgs ^> ^ StartAsync;
event Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs> StartAsync;
event Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs>? StartAsync;
member this.StartAsync : Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs> 
Event StartAsync As AsyncEventHandler(Of EventArgs) 

Event Type

Poznámky

Tato událost musí být vyvolána, aby bylo možné spustit jazykový server.

Platí pro