Share via


ThrottlingCondition Members

Include Protected Members
Include Inherited Members

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

The ThrottlingCondition type exposes the following members.

Constructors

  Name Description
Public method ThrottlingCondition
Initializes a new instance of the ThrottlingCondition class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic member FromError
Determines the throttling conditions from the specified SQL error.
Public methodStatic member FromException
Determines throttling conditions from the specified SQL exception.
Public methodStatic member FromReasonCode
Determines the throttling conditions from the specified reason code.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a textual representation the current ThrottlingCondition object including the information held with respect to throttled resources.
(Overrides Object.ToString().)

Fields

  Name Description
Public fieldStatic member ThrottlingErrorNumber
Gets the error number that corresponds to throttling conditions reported by SQL Azure.

Properties

  Name Description
Public property IsThrottledOnCpu
Gets a value indicating whether CPU throttling was reported by SQL Azure.
Public property IsThrottledOnDatabaseSize
Gets a value indicating whether database size throttling was reported by SQL Azure.
Public property IsThrottledOnDataRead
Gets a value indicating whether data read activity throttling was reported by SQL Azure.
Public property IsThrottledOnDataSpace
Gets a value indicating whether physical data file space throttling was reported by SQL Azure.
Public property IsThrottledOnLogSpace
Gets a value indicating whether physical log space throttling was reported by SQL Azure.
Public property IsThrottledOnLogWrite
Gets a value indicating whether transaction activity throttling was reported by SQL Azure.
Public property IsThrottledOnWorkerThreads
Gets a value indicating whether concurrent requests throttling was reported by SQL Azure.
Public property IsUnknown
Gets a value indicating whether throttling conditions were not determined with certainty.
Public property ThrottledResources
Gets a list of resources in SQL Azure that were subject to throttling conditions.
Public property ThrottlingMode
Gets the value that reflects the throttling mode in SQL Azure.
Public propertyStatic member Unknown
Gets an unknown throttling condition in the event the actual throttling condition cannot be determined.

See Also

ThrottlingCondition Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure Namespace