SLR810 Constructor (Int32, Int32) |
Initializes a new instance of the SLR810 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)
Syntaxpublic SLR810(
int timeout,
int retryTimes
)
Public Sub New (
timeout As Integer,
retryTimes As Integer
)
public:
SLR810(
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