Provider.AutoReconnectInterval Property
Gets or sets the reconnect interval.
[Category(CATEGORY_RECONNECT)]
public int AutoReconnectInterval {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_RECONNECT)]
public:
property int AutoReconnectInterval {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_RECONNECT)
function get AutoReconnectInterval() : int;
public
Category(CATEGORY_RECONNECT)
function set AutoReconnectInterval(value : int);
This language is not supported or no code example is available.
Property Value
int
The status.
In this article
Definition