Click or drag to resize

CSYSLogBackgroundTask Method

This method logs that a background task was run

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void LogBackgroundTask(
	CGXNETCore gxNetShared,
	string location
)

public static void LogBackgroundTask(
	CGXNETCore gxNetShared,
	string location
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
location
Type: SystemString
Location that launched the background task
See Also