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