Click or drag to resize

TS800_60 Constructor (Int32, Int32)

Initializes a new instance of the TS800_60 class with timeout and retry times.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public TS800_60(
	int timeout,
	int retryTimes
)

Parameters

timeout
Type: SystemInt32
The number of seconds before a timeout occurs when an operation doesn't finish.
retryTimes
Type: SystemInt32
The retry count of operation if host meets the timeout occurs.
Remarks
Use this constructor to create a new instance of the UHF class when you want to specify the timeout and retries.
See Also