OrderTokenConflictResolution Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

An enumeration that is used to specify the winner of ordering ties. A winning ConflictResolution marker should be used only on predefined, default OrderToken instances to ensure their correct placement in more complex chains of order dependencies.

Namespace:  System.Activities.Design
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public Enumeration OrderTokenConflictResolution
'Usage
Dim instance As OrderTokenConflictResolution
public enum OrderTokenConflictResolution
public enum class OrderTokenConflictResolution
public enum OrderTokenConflictResolution
type OrderTokenConflictResolution

Members

Member name Description
Win Indicates that this token should win during conflicts.
Lose Indicates that this token should lose during conflicts. If two tokens are compared and found to be equivalent, and both of them have their ConflictResolution set to Win, they will be considered equal.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

System.Activities.Design Namespace