Share via


BitsJob.BitsJobProgress Event

 

Event raised when a BITS job is updated.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public event EventHandler<BitsJobEventArgs> BitsJobProgress
public:
event EventHandler<BitsJobEventArgs^>^ BitsJobProgress {
    void add(EventHandler<BitsJobEventArgs^>^ value);
    void remove(EventHandler<BitsJobEventArgs^>^ value);
}
Public Event BitsJobProgress As EventHandler(Of BitsJobEventArgs)

See Also

BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top