Table of Contents

Interface IRuntimeBuilder

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
public interface IRuntimeBuilder
Extension Methods

Properties

Lifetime

ServiceLifetime Lifetime { get; }

Property Value

ServiceLifetime

Services

IServiceCollection Services { get; }

Property Value

IServiceCollection

Methods

Configure(Action<IConfigurationBuilder>)

IRuntimeBuilder Configure(Action<IConfigurationBuilder> configure)

Parameters

configure Action<IConfigurationBuilder>

Returns

IRuntimeBuilder