PriorityGroup Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the values that can be used to set the priority and group attributes for a SOAP extension in the Web Services configuration file.
public enum class PriorityGroup
public enum PriorityGroup
type PriorityGroup =
Public Enum PriorityGroup
- Inheritance
Fields
Name | Value | Description |
---|---|---|
High | 0 | Represents the value 1. Indicates that the SOAP extension executes in the group of SOAP extensions with the highest priority. |
Low | 1 | Represents the value 0. Indicates that the SOAP extension executes in the group of SOAP extensions with the lowest priority. |