Table of Contents

Class InspectionEvents.InspectionSystemStatusAcquired

Namespace
SmarterLink.Core.Protocol.Events
Assembly
SmarterLink.Core.dll

Reports status information from a Data Producer participant.

public sealed record InspectionEvents.InspectionSystemStatusAcquired : InspectionEvents, IEquatable<ProtocolDataPayloadBase>, IEquatable<InspectionEvents>, IEquatable<InspectionEvents.InspectionSystemStatusAcquired>
Inheritance
InspectionEvents.InspectionSystemStatusAcquired
Implements
Inherited Members

Constructors

Reports status information from a Data Producer participant.

public InspectionSystemStatusAcquired(ParticipantId ParticipantId, Dictionary<string, string> Information)

Parameters

ParticipantId ParticipantId
Information Dictionary<string, string>

Properties

[JsonRequired]
public Dictionary<string, string> Information { get; init; }

Property Value

Dictionary<string, string>
[JsonRequired]
public ParticipantId ParticipantId { get; init; }

Property Value

ParticipantId