Share via


ILanguageClient.StartAsync Event

Definition

Async event to indicate to Visual Studio that server should be started by calling ActivateAsync(CancellationToken). If the server is already started, this event will be ignored.

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

Remarks

This event must be invoked in order to start the language server.

Applies to