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

Gets 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 
GetJob(
	
ref 
Guid 
jobId,
	
out 

IBackgroundCopyJob 
job
)
Public 
Sub 
GetJob ( _
	
ByRef 
jobId 
As 
Guid, _
		<
OutAttribute> 
ByRef 
job 
As 

IBackgroundCopyJob _
)
public:
virtual 
void 
GetJob(
	
Guid% 
jobId, 
		[
OutAttribute] 

IBackgroundCopyJob^% 
job
) 
sealed

Parameters

jobId
Guid %
job
IBackgroundCopyJob %

Implements

IBackgroundCopyManager . . :: . . GetJob(Guid % , IBackgroundCopyJob % )

See Also