TS800 Constructor (Int32, Int32) |
Initializes a new instance of TS800 class.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic TS800(
int timeout,
int retryTimes
)
Public Sub New (
timeout As Integer,
retryTimes As Integer
)
public:
TS800(
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.
RemarksUse this constructor to create a new instance of the UHF class when you want to specify the timeout and retries.
See Also