Table of Contents

Class RedoAction

Namespace
NMF.Glsp.Protocol.UndoRedo
Assembly
NMF.Glsp.dll

Trigger a redo of the latest undone command.

public class RedoAction : ExecutableAction
Inheritance
RedoAction
Inherited Members

Fields

RedoActionKind

The kind value used for this kind of action

public const string RedoActionKind = "glspRedo"

Field Value

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

Methods

ExecuteAsync(IGlspSession)

Executes the action in the context of the given session

public override Task ExecuteAsync(IGlspSession session)

Parameters

session IGlspSession

The session in which to execute the action

Returns

Task