• 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

Interface IAction

The IAction describes modules that execute (Currently unused.)

Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public interface IAction : IModule

Methods

| Improve this Doc View Source

ExecuteAsync(CancellationToken)

Execute the action

Declaration
Task<bool> ExecuteAsync(CancellationToken token = null)
Parameters
Type Name Description
CancellationToken token
Returns
Type Description
Task<System.Boolean>

task with boolean

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo