Table of Contents

Class PluginMessage

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll
public sealed record PluginMessage : IEquatable<PluginMessage>
Inheritance
PluginMessage
Implements
Inherited Members

Constructors

PluginMessage(string, string)

public PluginMessage(string TargetId, string Message)

Parameters

TargetId string
Message string

Properties

Message

public string Message { get; init; }

Property Value

string

TargetId

public string TargetId { get; init; }

Property Value

string