ILanguageClient.StartAsync Evento

Definizione

Evento asincrono per indicare a Visual Studio che il server deve essere avviato chiamando ActivateAsync(CancellationToken). Se il server è già stato avviato, questo evento verrà ignorato.

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 evento

Commenti

Questo evento deve essere richiamato per avviare il server di lingua.

Si applica a