• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Addons
    • IAction
    • IApplicationBootstrapper
    • IAsyncShutdownAction
    • IAsyncStartupAction
    • IBootstrapper
    • IDependencyProvider
    • IMefServiceLocator
    • IModule
    • IServiceExporter
    • IServiceRepository
    • IShutdownAction
    • IShutdownMetadata
    • IShutdownModule
    • IStartupAction
    • IStartupMetadata
    • IStartupModule
    • ModuleAttribute
    • ShutdownActionAttribute
    • StartupActionAttribute
    • StartupException
  • Dapplo.Addons.Bootstrapper
    • ApplicationBootstrapper
    • CompositionBootstrapper
    • ResourceMutex
    • StartupShutdownBootstrapper
  • Dapplo.Addons.Bootstrapper.Internal
    • CompressionTypes
    • StreamExtensions
  • Dapplo.Addons.Bootstrapper.Resolving
    • AssemblyResolver
    • EmbeddedResources
    • FileLocations
    • FileTools

Class ShutdownActionAttribute

This is the attribute for a IShutdownModule module

Inheritance
System.Object
ModuleAttribute
ShutdownActionAttribute
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public class ShutdownActionAttribute : ModuleAttribute, IShutdownMetadata

Constructors

| Improve this Doc View Source

ShutdownActionAttribute()

Default constructor

Declaration
public ShutdownActionAttribute()
| Improve this Doc View Source

ShutdownActionAttribute(String)

Constructor with a contract name

Declaration
public ShutdownActionAttribute(string contractName)
Parameters
Type Name Description
System.String contractName

Properties

| Improve this Doc View Source

ShutdownOrder

Order for the shutdowns to be called

Declaration
public int ShutdownOrder { get; set; }
Property Value
Type Description
System.Int32
Implements
IShutdownMetadata.ShutdownOrder
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo