ILanguageClient.StartAsync Event

Definition

Async event to indicate that server should be started. If the server is already started, the request to start 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