Class DigitalTwinTimerMessage
- Namespace
- Scaleout.Streaming.DigitalTwin.Core
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
Defines a timer message for data exchange between the timer's object expiration handler and the corresponding digital twin instance itself.
public class DigitalTwinTimerMessage
- Inheritance
-
DigitalTwinTimerMessage
- Inherited Members
Properties
ModelName
Target digital twin model name.
public string ModelName { get; set; }
Property Value
TimerId
Timer identifier (from 0 to 4).
public int TimerId { get; set; }
Property Value
TimerName
Timer name.
public string TimerName { get; set; }
Property Value
TimerType
Timer type.
public TimerType TimerType { get; set; }
Property Value
TwinId
Target digital twin Id.
public string TwinId { get; set; }
Property Value
Methods
ToString()
The string representation of the DigitalTwinTimerMessage.
public override string ToString()
Returns
- string
String-formated object representation.