Click or drag to resize
NotificationMessage Class
An IMessage implementation representing a JSON-RPC notification.
Inheritance Hierarchy
SystemObject
  VSCode.JsonRpcNotificationMessage

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class NotificationMessage : IMessage

The NotificationMessage type exposes the following members.

Constructors
  NameDescription
Public methodNotificationMessage
Creates a new NotificationMessage instance.
Top
Properties
  NameDescription
Public propertyJsonrpc
See Jsonrpc.
Public propertyMethod
The method to invoke on the receiver.
Public propertyParams
A JObject representing parameters for the method.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also