ThrottlingCondition.IsThrottledOnWorkerThreads Property

Gets a value that indicates whether concurrent requests throttling was reported by SQL Database.

Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public bool IsThrottledOnWorkerThreads { get; }
'Declaration
Public ReadOnly Property IsThrottledOnWorkerThreads As Boolean
    Get
public:
property bool IsThrottledOnWorkerThreads {
    bool get ();
}

Property Value

Type: Boolean

See Also

ThrottlingCondition Class

ThrottlingCondition Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace