Class Lockouts
public class Lockouts
- Inheritance
-
Lockouts
- Inherited Members
- Extension Methods
Constructors
Lockouts()
public Lockouts()
Lockouts(Lockout[], DateTimeOffset, string, string)
public Lockouts(Lockout[] items, DateTimeOffset current, string partition, string environment)
Parameters
itemsLockout[]currentDateTimeOffsetpartitionstringenvironmentstring
Properties
Current
public Lockout Current { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Items
public Lockout[] Items { get; set; }
Property Value
- Lockout[]
Pending
public Lockout Pending { get; set; }
Property Value
State
public LockoutState State { get; set; }
Property Value
Methods
IsStandbyExpected()
public bool IsStandbyExpected()
Returns
IsUnavailableExpected()
public bool IsUnavailableExpected()