forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCompensationToken.xml
More file actions
27 lines (27 loc) · 1.49 KB
/
CompensationToken.xml
File metadata and controls
27 lines (27 loc) · 1.49 KB
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
<Type Name="CompensationToken" FullName="System.Activities.Statements.CompensationToken">
<TypeSignature Language="C#" Value="public sealed class CompensationToken" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CompensationToken extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.Activities.Statements.CompensationToken" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class CompensationToken" />
<TypeSignature Language="F#" Value="type CompensationToken = class" />
<TypeSignature Language="C++ CLI" Value="public ref class CompensationToken sealed" />
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Serialization.DataContract]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Serialization.DataContract>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Provides a means to explicitly confirm or compensate a <see cref="T:System.Activities.Statements.CompensableActivity" /> once the <see cref="P:System.Activities.Statements.CompensableActivity.Body" /> of the <see cref="T:System.Activities.Statements.CompensableActivity" /> has successfully completed.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>