StateMessageFile.Priority Property
Gets or sets the priority to use for sending the message. This option is only used when SerializeToInbox is called.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public StateMessagePriority Priority { get; set; }
public:
property StateMessagePriority Priority {
StateMessagePriority get();
void set(StateMessagePriority value);
}
Public Property Priority As StateMessagePriority
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessagePriority
See Also
StateMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top