2 references to BeginCancel
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowControlClient.cs (1)
604
result = this.channel.
BeginCancel
(instanceId, callback, this);
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
676
result = this.channel.
BeginCancel
(instanceId, callback, this);