Click or drag to resize
LanguageServerSendNotification Method (String)
Sends a notification message to the client.

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public void SendNotification(
	string method
)

Parameters

method
Type: SystemString
The method to invoke on the client.
See Also