Job2.UnblockJobCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This event should be raised whenever the asynchronous unblock of a blocked job is completed. This event should not be raised for synchronous operation.
public:
event EventHandler<System::ComponentModel::AsyncCompletedEventArgs ^> ^ UnblockJobCompleted;
public event EventHandler<System.ComponentModel.AsyncCompletedEventArgs> UnblockJobCompleted;
member this.UnblockJobCompleted : EventHandler<System.ComponentModel.AsyncCompletedEventArgs>
Public Custom Event UnblockJobCompleted As EventHandler(Of AsyncCompletedEventArgs)
Public Event UnblockJobCompleted As EventHandler(Of AsyncCompletedEventArgs)