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

Gets job state synchronously

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetState(
	
out 
BitsJobState

jobState
)
Sub 
GetState ( _
		<
OutAttribute> 
ByRef 
jobState 
As 
BitsJobState
_
)
void 
GetState(
		[
OutAttribute] 

BitsJobState% 
jobState
)

Parameters

jobState
BitsJobState %

See Also