1 interface inheriting from IWorkflowInstanceManagement
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\IWorkflowInstanceManagement.cs (1)
140public interface IWorkflowUpdateableInstanceManagement : IWorkflowInstanceManagement
46 references to IWorkflowInstanceManagement
System.ServiceModel.Activities (46)
System\ServiceModel\Activities\WorkflowControlClient.cs (22)
16public 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")] 573IWorkflowInstanceManagement channel; 575public CancelAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, Guid instanceId, 634IWorkflowInstanceManagement channel; 636public RunAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, Guid instanceId, 695IWorkflowInstanceManagement channel; 697public SuspendAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, 756IWorkflowInstanceManagement channel; 758public UnsuspendAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, 817IWorkflowInstanceManagement channel; 819public TerminateAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted,
System\ServiceModel\Activities\WorkflowControlEndpoint.cs (1)
79tempControlServiceContract.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")] 645IWorkflowInstanceManagement channel; 647public CancelAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, Guid instanceId, 706IWorkflowInstanceManagement channel; 708public RunAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, Guid instanceId, 767IWorkflowInstanceManagement channel; 769public SuspendAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, 828IWorkflowInstanceManagement channel; 830public UnsuspendAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted, 889IWorkflowInstanceManagement channel; 891public TerminateAsyncResult(IWorkflowInstanceManagement channel, bool isTransacted,