Table of Contents

Class ResponseAction

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

A response action is sent to respond to a request action. The responseId must match the requestId of the preceding request. In case the responseId is empty or undefined, the action is handled as standalone, i.e. it was fired without a preceding request.

public abstract class ResponseAction : BaseAction
Inheritance
ResponseAction
Derived
Inherited Members

Properties

ResponseId

Id corresponding to the request this action responds to.

public string ResponseId { get; init; }

Property Value

string