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.
Sets the notification flags for the BITS job.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetJobNotificationFlags(
BitsJobNotificationType flags
)
public:
void SetJobNotificationFlags(
BitsJobNotificationType flags
)
Public Sub SetJobNotificationFlags (
flags As BitsJobNotificationType
)
Parameters
flags
Type: Microsoft.ConfigurationManagement.Messaging.Framework.Bits.BitsJobNotificationTypeThe BITS job notification flags.
See Also
BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top