BitsJob Constructor (BitsJobType, String)
Initializes a new instance of the BitsJob class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public BitsJob(
BitsJobType jobType,
string jobName
)
public:
BitsJob(
BitsJobType jobType,
String^ jobName
)
Public Sub New (
jobType As BitsJobType,
jobName As String
)
Parameters
jobType
Type: Microsoft.ConfigurationManagement.Messaging.Framework.Bits.BitsJobTypeThe BITS job type.
jobName
Type: System.StringThe name of the job.
See Also
BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top