ActivityPolicy.Retry Property

Gets or sets the total number of short retries for a failed activity.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim instance As ActivityPolicy
Dim value As Nullable(Of Integer)

value = instance.Retry

instance.Retry = value

Syntax

'Declaration
Public Property Retry As Nullable(Of Integer)
public Nullable<int> Retry { get; set; }
public:
property Nullable<int> Retry {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_Retry ()

/** @property */
public void set_Retry (Nullable<int> value)
public function get Retry () : Nullable<int>

public function set Retry (value : Nullable<int>)

Property Value

The total number of short retries for a failed activity.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ActivityPolicy Class
ActivityPolicy Members
Microsoft.Azure.Management.DataFactories.Models Namespace