Show / Hide Table of Contents

Class QrtzSchedulerState

Inheritance
System.Object
QrtzSchedulerState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Database.Entities.Quartz
Assembly: mix.database.dll
Syntax
public class QrtzSchedulerState

Properties

| Improve this Doc View Source

CheckinInterval

Declaration
public long CheckinInterval { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

InstanceName

Declaration
public string InstanceName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastCheckinTime

Declaration
public long LastCheckinTime { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SchedName

Declaration
public string SchedName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾