Click or drag to resize

CSYSiGetThreadID Method

Get the ID the current thread.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iGetThreadID(
	CGXNETCore gxNetShared
)

public static int iGetThreadID(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

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