Table of Contents

Class ServiceShutdownPolicy

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Firefly
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceShutdownPolicy
Inheritance
object
ServiceShutdownPolicy

Fields

DefaulHostedServiceTimeout

public const int DefaulHostedServiceTimeout = 300

Field Value

int

DefaulTimeout

public const int DefaulTimeout = 600

Field Value

int

DefaultActionDispatcherTimeout

public const int DefaultActionDispatcherTimeout = 300

Field Value

int

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?