ITaskLauncherService.ActionCompleted 事件

定义

当动作处理程序报告动作已完成时发生。

public:
 event EventHandler<Microsoft::SqlServer::Management::ActionCompletedEventArgs ^> ^ ActionCompleted;
event EventHandler<Microsoft.SqlServer.Management.ActionCompletedEventArgs> ActionCompleted;
member this.ActionCompleted : EventHandler<Microsoft.SqlServer.Management.ActionCompletedEventArgs> 
Event ActionCompleted As EventHandler(Of ActionCompletedEventArgs) 

事件类型

适用于