NotificationMessage Class |
Namespace: VSCode.JsonRpc
public class NotificationMessage : IMessage
The NotificationMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | NotificationMessage |
Creates a new NotificationMessage instance.
|
Name | Description | |
---|---|---|
![]() | Jsonrpc |
See Jsonrpc.
|
![]() | Method |
The method to invoke on the receiver.
|
![]() | Params |
A JObject representing parameters for the method.
|
Name | Description | |
---|---|---|
![]() | ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |