Job2.ResumeJobCompleted Event

Definition

This event should be raised whenever the asynchronous resume of a suspended job is completed. This event should not be raised for synchronous operation.

public:
 event EventHandler<System::ComponentModel::AsyncCompletedEventArgs ^> ^ ResumeJobCompleted;
public event EventHandler<System.ComponentModel.AsyncCompletedEventArgs> ResumeJobCompleted;
member this.ResumeJobCompleted : EventHandler<System.ComponentModel.AsyncCompletedEventArgs> 
Public Custom Event ResumeJobCompleted As EventHandler(Of AsyncCompletedEventArgs) 
Public Event ResumeJobCompleted As EventHandler(Of AsyncCompletedEventArgs) 

Event Type

Applies to