Show / Hide Table of Contents

Class UpdateLoopStatistics

Inheritance
System.Object
ModelBase
UpdateLoopStatistics
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class UpdateLoopStatistics : ModelBase, IExtensibleDataObject

Constructors

UpdateLoopStatistics()

Declaration
public UpdateLoopStatistics()

Fields

Empty

Declaration
public static readonly UpdateLoopStatistics Empty
Field Value
Type Description
UpdateLoopStatistics

Properties

Statistics

Declaration
public UpdateableStatistics Statistics { get; set; }
Property Value
Type Description
UpdateableStatistics

UpdateablesStatistics

Declaration
public UpdateableStatistics[] UpdateablesStatistics { get; set; }
Property Value
Type Description
UpdateableStatistics[]

Implements

System.Runtime.Serialization.IExtensibleDataObject
In This Article
Back to top Generated by DocFX