5 references to operationCallback
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (5)
6054result = this.instance.BeginCancel(null, TimeSpan.MaxValue, operationCallback, data); 6058result = this.instance.BeginTerminate(data.Exception, null, TimeSpan.MaxValue, operationCallback, data); 6066result = this.instance.BeginAbandonAndSuspend(data.Exception, TimeSpan.MaxValue, operationCallback, data); 6070result = this.instance.BeginAbandon(data.Exception, TimeSpan.MaxValue, operationCallback, data); 6076result = this.instance.BeginAbandon(data.Exception, TimeSpan.MaxValue, operationCallback, data);