PriorityGroup Enum

Definition

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
PriorityGroup

Fields

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.

Applies to