HostParameterDefaults Class

Definition

Parameter default, contains all the information which needs to be passed to Workflow context.

public ref class HostParameterDefaults sealed : IDisposable
public sealed class HostParameterDefaults : IDisposable
type HostParameterDefaults = class
    interface IDisposable
Public NotInheritable Class HostParameterDefaults
Implements IDisposable
Inheritance
HostParameterDefaults
Implements

Constructors

HostParameterDefaults()

Default constructor.

Properties

ActivateDelegate

The Workflow activation delegate.

AsyncExecutionCollection

The asynchronous execution collection.

HostCommandMetadata

Metadata / symbolic information about the currently-running workflow.

HostPersistenceDelegate

The host persistence delegate.

JobInstanceId

Job instance id.

Parameters

All the activity level default parameter values are passed here.

RemoteActivityState

Currently executing remote activities state with runspace id or completion state.

Runtime

The workflow runtime.

Methods

Dispose()

Dispose method

Applies to