Share via


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

See Also

BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top