[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates a BITS job

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
CreateJob(
	
string 
displayName,
	
BitsJobType 
type,
	
out 
Guid 
jobId,
	
out 

IBackgroundCopyJob 
job
)
Public 
Sub 
CreateJob ( _
	
displayName 
As 
String, _
	
type 
As 
BitsJobType,
_
		<
OutAttribute> 
ByRef 
jobId 
As 
Guid, _
		<
OutAttribute> 
ByRef 
job 
As 

IBackgroundCopyJob _
)
public:
virtual 
void 
CreateJob(
	
String^ 
displayName, 
	
BitsJobType 
type, 
		[
OutAttribute] 
Guid% 
jobId, 
		[
OutAttribute] 

IBackgroundCopyJob^% 
job
) 
sealed

Parameters

displayName
String
type
BitsJobType
jobId
Guid %
job
IBackgroundCopyJob %

Implements

IBackgroundCopyManager . . :: . . CreateJob(String, BitsJobType, Guid % , IBackgroundCopyJob % )

See Also