Gets or sets the number of retries in case of a recoverable failure.
Namespace:
com.celigo.net.ServiceManagerAssembly: ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public int RetryCount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property RetryCount As Integer |
| Visual C++ |
|---|
public: property int RetryCount { int get (); void set (int value); } |