Click or drag to resize
LanguageServer Methods

The LanguageServer type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodGetFeatureT
Public methodSendNotification(String)
Sends a notification message to the client.
Public methodSendNotification(String, Object)
Sends a notification message to the client.
Public methodSendRequestAsync(String)
Sends a request message to the client and awaits a response.
Public methodSendRequestAsync(String, Object)
Sends a request message to the client and awaits a response.
Public methodSendResponseAsync(Int32, Object)
Sends a response to the client using the provided ID and result.
Public methodSendResponseAsync(Int32, Object, Object)
Sends a response to the client using the provided ID, result, and error.
Public methodStart
Starts the language server (enables sending and receiving messages).
Public methodStop
Stops the language server.
Public methodWaitForState(LanguageServerState)
Public methodWaitForState(LanguageServerState, TimeSpan)
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also