2 references to WaitForResult
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
298
else if (this.CurrentState == State.
WaitForResult
) //We already finished the bookmarkOperation; Now have to signal the AsynResult.
708
thisPtr.CurrentState = State.
WaitForResult
;