|
PIConnectionConnectTimeout Property
|
Gets or sets the timeout interval (in milliseconds) for the adapter's connection.
Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.207-beta
Syntax public int ConnectTimeout { get; set; }
Public Property ConnectTimeout As Integer
Get
Set
public:
property int ConnectTimeout {
int get ();
void set (int value);
}
member ConnectTimeout : int with get, set
function get_ConnectTimeout();
function set_ConnectTimeout(value);
View SourceProperty Value
Int32See Also