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

Sets the state priority

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetPriority(
	
uint 
priority
)
Public 
Sub 
SetPriority ( _
	
priority 
As 
UInteger _
)
public:
virtual 
void 
SetPriority(
	
unsigned int 
priority
) 
sealed

Parameters

priority
UInt32

Implements

ICcmStateMessage3 . . :: . . SetPriority(UInt32)

See Also