Table of Contents

Class ActionMessage

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

A general message serves as an envelope carrying an action to be transmitted between the client and the server via a DiagramServer.

public class ActionMessage
Inheritance
ActionMessage
Inherited Members

Properties

Action

The action to execute.

public BaseAction Action { get; init; }

Property Value

BaseAction

ClientId

Used to identify a specific client session.

public string ClientId { get; init; }

Property Value

string