ILanguageClient.OnServerInitializedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signals the extension that the language server has been successfully initialized.
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.