PriorityGroup 枚举
定义
指定的值可用来设置 Web 服务配置文件中 SOAP 扩展的优先级和组特性。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
- 继承
字段
| High | 0 | 表示值 1。Represents the value 1. 指示 SOAP 扩展在 SOAP 扩展组中以最高优先级执行。Indicates that the SOAP extension executes in the group of SOAP extensions with the highest priority. |
| Low | 1 | 表示值 0。Represents the value 0. 指示 SOAP 扩展在 SOAP 扩展组中以最低优先级执行。Indicates that the SOAP extension executes in the group of SOAP extensions with the lowest priority. |