Interface IShutdownMetadata
Meta-data belonging to the AsyncShutdownActionAttribute or ShutdownActionAttribute, which makes it possible to specify type-safe meta-data.
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public interface IShutdownMetadata
Properties
| Improve this Doc View SourceShutdownOrder
Order in which IShutdownAction.Shutdown / IAsyncShutdownAction.ShutdownAsync is called
Declaration
int ShutdownOrder { get; }
Property Value
Type | Description |
---|---|
System.Int32 |