WorkflowControlClient.UnsuspendCompleted 事件
定义
在异步取消挂起操作完成时发生。Occurs when an asynchronous unsuspend operation completes.
public:
event EventHandler<System::ComponentModel::AsyncCompletedEventArgs ^> ^ UnsuspendCompleted;
public event EventHandler<System.ComponentModel.AsyncCompletedEventArgs> UnsuspendCompleted;
member this.UnsuspendCompleted : EventHandler<System.ComponentModel.AsyncCompletedEventArgs>
Public Custom Event UnsuspendCompleted As EventHandler(Of AsyncCompletedEventArgs)
Public Event UnsuspendCompleted As EventHandler(Of AsyncCompletedEventArgs)