ThrottlingCondition.IsThrottledOnLogWrite Property
Gets a value that indicates whether transaction activity 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 IsThrottledOnLogWrite { get; }
'Declaration
Public ReadOnly Property IsThrottledOnLogWrite As Boolean
Get
public:
property bool IsThrottledOnLogWrite {
bool get ();
}
Property Value
Type: Boolean
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace