Table of Contents

Interface IAlarm

Namespace
Acuit.Pinpoint.Workstation
Assembly
Acuit.Pinpoint.Workstation.Interfaces.dll

Information about an alarm.

public interface IAlarm

Properties

Message

Gets the alarm message.

string Message { get; }

Property Value

string

Timestamp

Gets when the alarm occurred.

DateTimeOffset Timestamp { get; }

Property Value

DateTimeOffset