Click or drag to resize
LanguageServer Events

The LanguageServer type exposes the following members.

Events
  NameDescription
Public eventExit
Public eventInitialize
Public eventNotificationReceived
An event fired when notifications are received from the client.
Public eventRequestReceived
An event fired when requests are received from the client.
Public eventResponseReceived
An event fired when responses are received from the client. The
SendRequestAsync()
method should be used instead of listening to this event when sending normal requests.
Top
See Also