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

Gets job ID

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetId(
	
out 
Guid 
jobGuid
)
Sub 
GetId ( _
		<
OutAttribute> 
ByRef 
jobGuid 
As 
Guid _
)
void 
GetId(
		[
OutAttribute] 
Guid% 
jobGuid
)

Parameters

jobGuid
Guid %

See Also