CorrelationAliasAttribute Class
Assembly: System.Workflow.Activities (in system.workflow.activities.dll)
[AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Event|AttributeTargets.Delegate, AllowMultiple=true)] public sealed class CorrelationAliasAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Event|AttributeTargets.Delegate, AllowMultiple=true) */ public final class CorrelationAliasAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Event|AttributeTargets.Delegate, AllowMultiple=true) public final class CorrelationAliasAttribute extends Attribute
Not applicable.
In order to match an incoming message with the appropriate workflow instance, the message and the workflow instance must share some key. This key is called a correlation set. Typically, the key can be a single-valued correlation set. This means that some ID field in the message can be matched against an ID of the same type that is held by schedule instances.
The CorrelationAliasAttribute is applied to a method or an event on an interface, on a data exchange interface.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.