Click or drag to resize

CSYSiGetThreadID Method

Get the ID the current thread.

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

public static int iGetThreadID()

Return Value

Type: Int32
x - ID
Remarks
In a single threaded application this will always be 0.
See Also