CES Constructor (Int32, Int32) |
Initializes a new instance of the
CES class
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntaxpublic CES(
int timeout,
int retryTimes
)
Public Sub New (
timeout As Integer,
retryTimes As Integer
)
public:
CES(
int timeout,
int retryTimes
)
Parameters
- timeout
- Type: SystemInt32
[Missing <param name="timeout"/> documentation for "M:com.gigatms.CES.#ctor(System.Int32,System.Int32)"]
- retryTimes
- Type: SystemInt32
[Missing <param name="retryTimes"/> documentation for "M:com.gigatms.CES.#ctor(System.Int32,System.Int32)"]
See Also