LanguageServerSendNotification Method (String, Object) |
Sends a notification message to the client.
Namespace: VSCodeAssembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntaxpublic void SendNotification(
string method,
Object parameters
)
Parameters
- method
- Type: SystemString
The method to invoke on the client. - parameters
- Type: SystemObject
The method paramters (if applicable) or null.
See Also