WorkflowUpdateableControlClient
WorkflowUpdateableControlClient()
WorkflowUpdateableControlClient(String)
WorkflowUpdateableControlClient(WorkflowControlEndpoint)
WorkflowUpdateableControlClient(Binding, EndpointAddress)
WorkflowUpdateableControlClient(String, EndpointAddress)
WorkflowUpdateableControlClient(String, String)
Abandon(Guid)
Abandon(Guid, String)
AbandonAsync(Guid)
AbandonAsync(Guid, Object)
AbandonAsync(Guid, String)
AbandonAsync(Guid, String, Object)
BeginAbandon(Guid, AsyncCallback, Object)
BeginAbandon(Guid, String, AsyncCallback, Object)
BeginCancel(Guid, AsyncCallback, Object)
BeginRun(Guid, AsyncCallback, Object)
BeginSuspend(Guid, AsyncCallback, Object)
BeginSuspend(Guid, String, AsyncCallback, Object)
BeginTerminate(Guid, AsyncCallback, Object)
BeginTerminate(Guid, String, AsyncCallback, Object)
BeginUnsuspend(Guid, AsyncCallback, Object)
BeginUpdate(Guid, WorkflowIdentity, AsyncCallback, Object)
Cancel(Guid)
CancelAsync(Guid)
CancelAsync(Guid, Object)
EndAbandon(IAsyncResult)
EndCancel(IAsyncResult)
EndRun(IAsyncResult)
EndSuspend(IAsyncResult)
EndTerminate(IAsyncResult)
EndUnsuspend(IAsyncResult)
EndUpdate(IAsyncResult)
Run(Guid)
RunAsync(Guid)
RunAsync(Guid, Object)
Suspend(Guid)
Suspend(Guid, String)
SuspendAsync(Guid)
SuspendAsync(Guid, Object)
SuspendAsync(Guid, String)
SuspendAsync(Guid, String, Object)
Terminate(Guid)
Terminate(Guid, String)
TerminateAsync(Guid)
TerminateAsync(Guid, Object)
TerminateAsync(Guid, String)
TerminateAsync(Guid, String, Object)
Unsuspend(Guid)
UnsuspendAsync(Guid)
UnsuspendAsync(Guid, Object)
Update(Guid, WorkflowIdentity)
UpdateAsync(Guid, WorkflowIdentity)
UpdateAsync(Guid, WorkflowIdentity, Object)
AbandonCompleted
CancelCompleted
RunCompleted
SuspendCompleted
TerminateCompleted
UnsuspendCompleted
UpdateCompleted
net451
namespace System.ServiceModel.Activities
{
public class WorkflowUpdateableControlClient : ClientBase<IWorkflowUpdateableInstanceManagement>
{
public IAsyncResult BeginSuspend(Guid instanceId, string reason, AsyncCallback callback, object state);
}
}
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net451 | |
Assembly | System.ServiceModel.Activities , Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API