Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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