WorkflowUpdateableControlClient.BeginUnsuspend(Guid, AsyncCallback, Object) 方法
定义
开始一个异步操作,该操作将取消挂起工作流实例。Begins an asynchronous operation that unsuspends a workflow instance.
public:
IAsyncResult ^ BeginUnsuspend(Guid instanceId, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginUnsuspend (Guid instanceId, AsyncCallback callback, object state);
member this.BeginUnsuspend : Guid * AsyncCallback * obj -> IAsyncResult
Public Function BeginUnsuspend (instanceId As Guid, callback As AsyncCallback, state As Object) As IAsyncResult
参数
- instanceId
- Guid
要取消挂起的工作流实例。The workflow instance to unsuspend.
- callback
- AsyncCallback
可接收异步操作完成通知的异步回调委托。The asynchronous callback delegate that receives the notification of the asynchronous operation completion.
- state
- Object
一个包含与异步取消挂起操作关联的状态信息的用户对象。A user-defined object that contains state information associated with the asynchronous unsuspend operation.
返回
表示异步操作状态的 IAsyncResult 对象。The IAsyncResult object that represents the status of the asynchronous operation.