1 interface inheriting from IWorkflowInstanceManagement
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\IWorkflowInstanceManagement.cs (1)
140
public interface IWorkflowUpdateableInstanceManagement :
IWorkflowInstanceManagement
46 references to IWorkflowInstanceManagement
System.ServiceModel.Activities (46)
System\ServiceModel\Activities\WorkflowControlClient.cs (22)
16
public class WorkflowControlClient : ClientBase<
IWorkflowInstanceManagement
>
118
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Abandon")]
162
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Cancel")]
175
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Cancel")]
181
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Cancel")]
195
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Run")]
208
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Run")]
213
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Run")]
227
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Suspend")]
274
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Unsuspend")]
306
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Terminate")]
323
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Terminate")]
573
IWorkflowInstanceManagement
channel;
575
public CancelAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted, Guid instanceId,
634
IWorkflowInstanceManagement
channel;
636
public RunAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted, Guid instanceId,
695
IWorkflowInstanceManagement
channel;
697
public SuspendAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted,
756
IWorkflowInstanceManagement
channel;
758
public UnsuspendAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted,
817
IWorkflowInstanceManagement
channel;
819
public TerminateAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted,
System\ServiceModel\Activities\WorkflowControlEndpoint.cs (1)
79
tempControlServiceContract.ContractType = typeof(
IWorkflowInstanceManagement
);
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (23)
124
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Abandon")]
168
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Cancel")]
181
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Cancel")]
187
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Cancel")]
201
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Run")]
214
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Run")]
219
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Run")]
233
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Suspend")]
280
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Unsuspend")]
312
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Terminate")]
329
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Terminate")]
358
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Update")]
377
[Fx.Tag.InheritThrows(FromDeclaringType = typeof(
IWorkflowInstanceManagement
), From = "Update")]
645
IWorkflowInstanceManagement
channel;
647
public CancelAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted, Guid instanceId,
706
IWorkflowInstanceManagement
channel;
708
public RunAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted, Guid instanceId,
767
IWorkflowInstanceManagement
channel;
769
public SuspendAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted,
828
IWorkflowInstanceManagement
channel;
830
public UnsuspendAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted,
889
IWorkflowInstanceManagement
channel;
891
public TerminateAsyncResult(
IWorkflowInstanceManagement
channel, bool isTransacted,