Show / Hide Table of Contents

Class ShutdownSignal

Signal for terminating the application. This class cannot be inherited.

Inheritance
System.Object
ShutdownSignal
Implements
ISignal
ISeverityQualifiedException
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: Kephas.Application
Assembly: Kephas.Application.dll
Syntax
public sealed class ShutdownSignal : ISignal, ISeverityQualifiedException

Constructors

| Improve this Doc View Source

ShutdownSignal(String, SeverityLevel)

Initializes a new instance of the ShutdownSignal class.

Declaration
public ShutdownSignal(string message, SeverityLevel severity = SeverityLevel.Info)
Parameters
Type Name Description
System.String message

The message.

SeverityLevel severity

Optional. The severity.

Properties

| Improve this Doc View Source

Message

Gets the message.

Declaration
public string Message { get; }
Property Value
Type Description
System.String

The message.

| Improve this Doc View Source

Severity

Gets the severity.

Declaration
public SeverityLevel Severity { get; }
Property Value
Type Description
SeverityLevel

The severity.

Implements

ISignal
ISeverityQualifiedException

Extension Methods

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