Skip to content

Commit

Permalink
Correct variable names in Echo activity (dotnet#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuyafujisaki authored and BillWagner committed Sep 27, 2017
1 parent 7f158e2 commit 1099f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This topic describes how to call a workflow service from a workflow console appl

![Adding a variable](../../../../docs/framework/wcf/feature-details/media/instringvar.JPG "inStringVar")

9. Drag and drop an **Echo** activity into the <!--zz <xref:System.ServiceModel.Activities.Sequence>--> `System.ServiceModel.Activities.Sequence`. In the properties window bind the _string argument to the `inString` variable and the `out_string` argument to the outString variable as shown in the following illustration. This passes in the value of the `inString` variable to the operation and then takes the return value and places it in the `outString` variable.
9. Drag and drop an **Echo** activity into the <!--zz <xref:System.ServiceModel.Activities.Sequence>--> `System.ServiceModel.Activities.Sequence`. In the properties window bind the `inMsg` argument to the `inString` variable and the `outMsg` argument to the `outString` variable as shown in the following illustration. This passes in the value of the `inString` variable to the operation and then takes the return value and places it in the `outString` variable.

![Binding the arguments to variables](../../../../docs/framework/wcf/feature-details/media/argumentbind.JPG "ArgumentBind")

Expand Down

0 comments on commit 1099f12

Please sign in to comment.