DynamicUpdateInfo 类
定义
指定动态更新信息。Specifies dynamic update information.
public ref class DynamicUpdateInfo abstract sealed
public static class DynamicUpdateInfo
type DynamicUpdateInfo = class
Public Class DynamicUpdateInfo
- 继承
-
DynamicUpdateInfo
注解
此类支持 Windows Workflow Foundation 的版本控制和动态更新功能。This class supports the versioning and dynamic update functionality of Windows Workflow Foundation. 有关工作流版本控制、工作流标识和动态更新的详细信息,请参阅以下主题:For more information about workflow versioning, workflow identity, and dynamic update, see the following topics:
工作流版本控制Workflow Versioning
介绍 .NET Framework 4.5 中引入的工作流版本控制功能。Describes the workflow versioning functionality introduced in .NET Framework 4.5.动态更新Dynamic Update
介绍如何使用动态更新来更新持久工作流实例的工作流定义。Describes how to update the workflow definition of a persisted workflow instance by using dynamic update.使用 WorkflowApplication 标识和版本控制Using WorkflowApplication Identity and Versioning
介绍如何使用 WorkflowIdentity 并行承载工作流的多个版本。Describes how to use WorkflowIdentity to host multiple versions of a workflow side-by-side.WorkflowServiceHost 中的并行版本控制Side by Side Versioning in WorkflowServiceHost
介绍如何在单个终结点上托管多个版本的工作流。Describes how to host multiple versions of a workflow on a single endpoint.如何:并行承载多个版本的工作流How to: Host Multiple Versions of a Workflow Side-by-Side
入门教程中的此步骤演示如何更新工作流定义,并同时使用旧定义和新定义来承载工作流。This step in the Getting Started Tutorial demonstrates updating a workflow definition, and hosting workflows using both the old and new definition at the same time.如何:更新正在运行的工作流实例的定义How to: Update the Definition of a Running Workflow Instance
入门教程中的此步骤演示如何更新持久性工作流实例以使用新的工作流定义。This step in the Getting Started Tutorial demonstrates updating persisted workflow instances to use a new workflow definition.
方法
| GetMapItem(Object) |
获取 DynamicUpdateInfo 的映射项。Gets the map item for the DynamicUpdateInfo. |
| GetOriginalActivityBuilder(Object) |
获取 DynamicUpdateInfo 的原始活动生成器。Gets the original activity builder for the DynamicUpdateInfo. |
| GetOriginalDefinition(Object) |
DynamicUpdateInfo 的原始定义。Gets the original definition for the DynamicUpdateInfo. |
| SetMapItem(Object, DynamicUpdateMapItem) |
为 DynamicUpdateInfo 设置映射项。Sets the map item for the DynamicUpdateInfo. |
| SetOriginalActivityBuilder(Object, ActivityBuilder) |
为 DynamicUpdateInfo设置原始活动生成器。Sets the original activity builder for the DynamicUpdateInfo. |
| SetOriginalDefinition(Object, Activity) |
设置 DynamicUpdateInfo 的原始定义。Sets the original definition for the DynamicUpdateInfo. |