 | CCOMSetTimeOut Method |
Set the timeout value.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetTimeOut(
int time_out
)
public void SetTimeOut(
int time_out
)
Public Sub SetTimeOut (
time_out As Integer
)
Public Sub SetTimeOut (
time_out As Integer
)
public:
void SetTimeOut(
int time_out
)
public:
void SetTimeOut(
int time_out
)
member SetTimeOut :
time_out : int -> unit
member SetTimeOut :
time_out : int -> unit
Parameters
- time_out
- Type: SystemInt32
Timeout in Ms (500)
See Also