ImportSystemArgsiTcpClientRetryInterval Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a value which indicates the TCP client retry interval this connection should use.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int iTcpClientRetryInterval { get; set; }
Public Property iTcpClientRetryInterval As Integer
Get
Set
public:
virtual property int iTcpClientRetryInterval {
int get () sealed;
void set (int value) sealed;
}
function get_iTcpClientRetryInterval();
function set_iTcpClientRetryInterval(value);
Property Value
Type:
Int32A property that contains a value which indicates the TCP client retry interval this connection should use.
Return Value
Type:
Int32A property that contains a value which indicates the TCP client retry interval this connection should use.
Remarks See Also