DynamicUpdateServices.CreateUpdateMap Method (Activity, IEnumerable<Activity>, IList<ActivityBlockingUpdate>)
.NET Framework 4.5
Creates an update map with specified workflow definition, list of disallow update inside activities and blocking updates.
Namespace: System.Activities.DynamicUpdate
Assembly: System.Activities (in System.Activities.dll)
public static DynamicUpdateMap CreateUpdateMap( Activity updatedWorkflowDefinition, IEnumerable<Activity> disallowUpdateInsideActivities, out IList<ActivityBlockingUpdate> activitiesBlockingUpdate )
Parameters
- updatedWorkflowDefinition
- Type: System.Activities.Activity
The updated workflow definition.
- disallowUpdateInsideActivities
- Type: System.Collections.Generic.IEnumerable<Activity>
The list of activities.
- activitiesBlockingUpdate
- Type: System.Collections.Generic.IList<ActivityBlockingUpdate>
The list of blocking update.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.