Send.CorrelatesWith Property

Definition

Gets or sets a correlation handle that is used to route the message to the appropriate workflow instance.

C#
public System.Activities.InArgument<System.ServiceModel.Activities.CorrelationHandle> CorrelatesWith { get; set; }

Property Value

The correlation handle.

Remarks

When implementing the request/reply message exchange pattern, it must be set to the same correlation handle as the corresponding ReceiveReply activity.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1