Class ServiceShutdownPolicy
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceShutdownPolicy
- Inheritance
-
objectServiceShutdownPolicy
Fields
DefaulHostedServiceTimeout
public const int DefaulHostedServiceTimeout = 300
Field Value
DefaulTimeout
public const int DefaulTimeout = 600
Field Value
DefaultActionDispatcherTimeout
public const int DefaultActionDispatcherTimeout = 300
Field Value
Properties
ActionDispatcherTimeout
[Key("ActionDispatcherTimeout")]
public int? ActionDispatcherTimeout { get; set; }
Property Value
- int?
HostedServiceTimeout
[Key("HostedServiceTimeout")]
public int? HostedServiceTimeout { get; set; }
Property Value
- int?
Timeout
[Key("Timeout")]
public int? Timeout { get; set; }
Property Value
- int?