Table of Contents

Class RequestAction

Namespace
NMF.Glsp.Protocol.BaseProtocol
Assembly
NMF.Glsp.dll

A request action is tied to the expectation of receiving a corresponding response action. The requestId property is used to match the received response with the original request.

public abstract class RequestAction : ExecutableAction
Inheritance
RequestAction
Derived
Inherited Members

Properties

RequestId

Unique id for this request. In order to match a response to this request, the response needs to have the same id.

public string RequestId { get; set; }

Property Value

string