PSJobProxy.RemoveJobCompleted 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 removal of a server side job is completed.
public:
event EventHandler<System::ComponentModel::AsyncCompletedEventArgs ^> ^ RemoveJobCompleted;
public event EventHandler<System.ComponentModel.AsyncCompletedEventArgs> RemoveJobCompleted;
member this.RemoveJobCompleted : EventHandler<System.ComponentModel.AsyncCompletedEventArgs>
Public Custom Event RemoveJobCompleted As EventHandler(Of AsyncCompletedEventArgs)