Click or drag to resize

CSYSiDelay Method

Idle delay method.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iDelay(
	double secs
)

public static int iDelay(
	double secs
)

Parameters

secs
Type: SystemDouble
Decimal Seconds to delay

Return Value

Type: Int32
Success if the delay has elapsed.
See Also