Share via


ILanguageClient.OnServerInitializedAsync Method

Definition

This method is called by Visual Studio to notify the extension that the LSP server has been initialized: LSP "initialize" and "initialized" messages have been exchanged.

public:
 System::Threading::Tasks::Task ^ OnServerInitializedAsync();
public System.Threading.Tasks.Task OnServerInitializedAsync ();
abstract member OnServerInitializedAsync : unit -> System.Threading.Tasks.Task
Public Function OnServerInitializedAsync () As Task

Returns

A Task which completes when actions that need to be performed when the server is ready are done.

Applies to