Send.CorrelatesWith Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a correlation handle that is used to route the message to the appropriate workflow instance.
public:
property System::Activities::InArgument<System::ServiceModel::Activities::CorrelationHandle ^> ^ CorrelatesWith { System::Activities::InArgument<System::ServiceModel::Activities::CorrelationHandle ^> ^ get(); void set(System::Activities::InArgument<System::ServiceModel::Activities::CorrelationHandle ^> ^ value); };
public System.Activities.InArgument<System.ServiceModel.Activities.CorrelationHandle> CorrelatesWith { get; set; }
member this.CorrelatesWith : System.Activities.InArgument<System.ServiceModel.Activities.CorrelationHandle> with get, set
Public Property CorrelatesWith As InArgument(Of CorrelationHandle)
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.