SPDiagnosticsCondition members
Specifies a condition under which the Unified Logging Service (ULS) verbosity level should be boosted for the duration of the request.
The SPDiagnosticsCondition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPDiagnosticsCondition() | Initializes a new instance of the SPDiagnosticsCondition class. |
![]() |
SPDiagnosticsCondition(String, String, SPDiagnosticsConditionField, UInt32) | Initializes a new instance of the SPDiagnosticsCondition class based on the values of the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Expiration | Gets the UTC expiration time for this condition. |
![]() |
Field | Gets the request field against which the condition will be matched. |
![]() |
IsExpired | Gets a Boolean value that indicates whether this condition is expired. |
![]() |
Name | Gets the name being matched. |
![]() |
Pattern | Gets the pattern being matched. |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | Initializes the SPDiagnosticsCondition object state after it is deserialized from the configuration database. (Overrides SPAutoSerializingObject.OnDeserialization().) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top