Share via


ExponentialBackoffValidator.ValidateCore Method

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.

Validates whether value is in the specified range

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

protected override void ValidateCore(
    Object instance,
    string value,
    IList<ValidationResult> results
)
'Declaration
Protected Overrides Sub ValidateCore ( _
    instance As Object, _
    value As String, _
    results As IList(Of ValidationResult) _
)
protected:
virtual void ValidateCore(
    Object^ instance, 
    String^ value, 
    IList<ValidationResult^>^ results
) override

Parameters

  • instance
    Type: System.Object
    The instance to validate, this is expected to be a Property

See Also

ExponentialBackoffValidator Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Validation Namespace