HostParameterDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |