BitsJob.SetJobNotificationFlags Method (BitsJobNotificationType)
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