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