Show / Hide Table of Contents

Enum AppShutdownInstruction

Values that represent application shutdown instructions.

Namespace: Kephas.Application
Assembly: Kephas.Application.dll
Syntax
public enum AppShutdownInstruction

Fields

Name Description
Ignore

The shutdown signal should be ignored.

Shutdown

Continues the termination with the shutdown procedure.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<AppShutdownInstruction>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX