LanguageServer Methods |
The LanguageServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | GetFeatureT | |
![]() | SendNotification(String) |
Sends a notification message to the client.
|
![]() | SendNotification(String, Object) |
Sends a notification message to the client.
|
![]() | SendRequestAsync(String) |
Sends a request message to the client and awaits a response.
|
![]() | SendRequestAsync(String, Object) |
Sends a request message to the client and awaits a response.
|
![]() | SendResponseAsync(Int32, Object) |
Sends a response to the client using the provided ID and result.
|
![]() | SendResponseAsync(Int32, Object, Object) |
Sends a response to the client using the provided ID, result, and error.
|
![]() | Start |
Starts the language server (enables sending and receiving messages).
|
![]() | Stop |
Stops the language server.
|
![]() | WaitForState(LanguageServerState) | |
![]() | WaitForState(LanguageServerState, TimeSpan) |
Name | Description | |
---|---|---|
![]() | ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |