forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamicUpdateMapItem.xml
51 lines (43 loc) · 2.75 KB
/
DynamicUpdateMapItem.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<Type Name="DynamicUpdateMapItem" FullName="System.Activities.DynamicUpdate.DynamicUpdateMapItem">
<TypeSignature Language="C#" Value="public class DynamicUpdateMapItem" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DynamicUpdateMapItem extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.Activities.DynamicUpdate.DynamicUpdateMapItem" />
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.DynamicUpdateMapItemConverter))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.Serialization.DataContract</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Represents a single map item contained in the dynamic update map.</summary>
<remarks>
<format type="text/markdown"><] workflow versioning, workflow identity, and dynamic update, see the following topics.
[Workflow Versioning](http://go.microsoft.com/fwlink/?LinkID=271561)
Describes the workflow versioning functionality introduced in [!INCLUDE[net_v45](~/includes/net-v45-md.md)].
[Dynamic Update](http://go.microsoft.com/fwlink/?LinkId=271563)
Describes how to update the workflow definition of a persisted workflow instance by using dynamic update.
[Using WorkflowApplication Identity and Versioning](http://go.microsoft.com/fwlink/?LinkId=271564)
Describes how to use <xref:System.Activities.WorkflowIdentity> to host multiple versions of a workflow side-by-side.
[Side by Side Versioning in WorkflowServiceHost](http://go.microsoft.com/fwlink/?LinkId=271565)
Describes how to host multiple versions of a workflow on a single endpoint.
[How to: Host Multiple Versions of a Workflow Side-by-Side](http://go.microsoft.com/fwlink/?LinkId=271566)
This step in the [Getting Started Tutorial](http://go.microsoft.com/fwlink/?LinkId=271570) 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](http://go.microsoft.com/fwlink/?LinkId=271567)
This step in the [Getting Started Tutorial](http://go.microsoft.com/fwlink/?LinkId=271570) demonstrates updating persisted workflow instances to use a new workflow definition.
]]></format>
</remarks>
</Docs>
<Members />
</Type>