The output of the workflow instance is can be obtained by the OutputParameters like the following.
_workflowRuntime.WorkflowCompleted += delegate(object sender, WorkflowCompletedEventArgs e) { _result = (Double)e.OutputParameters["Result"]; _waitHandle.Set(); };
No comments:
Post a Comment