Compartilhar via


ILanguageClient.StartAsync Evento

Definição

Evento assíncrono para indicar ao Visual Studio que o servidor deve ser iniciado chamando ActivateAsync(CancellationToken). Se o servidor já tiver sido iniciado, esse evento será ignorado.

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) 

Tipo de evento

Comentários

Esse evento deve ser invocado para iniciar o servidor de idiomas.

Aplica-se a