Share via


LspNotification<TIn>(String) Constructor

Definition

Initializes a new instance of the LspNotification<TIn> class.

public:
 LspNotification(System::String ^ name);
public LspNotification (string name);
new Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<'In> : string -> Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<'In>
Public Sub New (name As String)

Parameters

name
String

The name of the JSON-RPC notification

Applies to