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

Gets job progress synchronously

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetProgress(
	
out 

BitsJobProgress 
jobProgress
)
Sub 
GetProgress ( _
		<
OutAttribute> 
ByRef 
jobProgress 
As 

BitsJobProgress _
)
void 
GetProgress(
		[
OutAttribute] 

BitsJobProgress% 
jobProgress
)

Parameters

jobProgress
BitsJobProgress %

See Also