LspRequest<TIn,TOut>(String) Constructor

Definition

Initializes a new instance of the LspRequest<TIn,TOut> class.

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

Parameters

name
String

The name of the JSON-RPC request

Applies to