Class ShutdownActionAttribute
This is the attribute for a IShutdownModule module
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public class ShutdownActionAttribute : ModuleAttribute, IShutdownMetadata
Constructors
| Improve this Doc View SourceShutdownActionAttribute()
Default constructor
Declaration
public ShutdownActionAttribute()
ShutdownActionAttribute(String)
Constructor with a contract name
Declaration
public ShutdownActionAttribute(string contractName)
Parameters
Type | Name | Description |
---|---|---|
System.String | contractName |
Properties
| Improve this Doc View SourceShutdownOrder
Order for the shutdowns to be called
Declaration
public int ShutdownOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |