Table of Contents

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

string

TimerId

Timer identifier (from 0 to 4).

public int TimerId { get; set; }

Property Value

int

TimerName

Timer name.

public string TimerName { get; set; }

Property Value

string

TimerType

Timer type.

public TimerType TimerType { get; set; }

Property Value

TimerType

TwinId

Target digital twin Id.

public string TwinId { get; set; }

Property Value

string

Methods

ToString()

The string representation of the DigitalTwinTimerMessage.

public override string ToString()

Returns

string

String-formated object representation.