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

Gets job notification flags

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetNotifyFlags(
	
out 
uint 
flags
)
Sub 
GetNotifyFlags ( _
		<
OutAttribute> 
ByRef 
flags 
As 
UInteger _
)
void 
GetNotifyFlags(
		[
OutAttribute] 
unsigned int% 
flags
)

Parameters

flags
UInt32 %

See Also