ThrottlingCondition.ThrottledResources Property
Gets a list of the resources in the SQL Database that were subject to throttling conditions.
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 IEnumerable<Tuple<ThrottledResourceType, ThrottlingType>> ThrottledResources { get; }
'Declaration
Public ReadOnly Property ThrottledResources As IEnumerable(Of Tuple(Of ThrottledResourceType, ThrottlingType))
Get
public:
property IEnumerable<Tuple<ThrottledResourceType, ThrottlingType>^>^ ThrottledResources {
IEnumerable<Tuple<ThrottledResourceType, ThrottlingType>^>^ get ();
}
Property Value
Type: IEnumerable<Tuple<ThrottledResourceType, ThrottlingType>>
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace