Click or drag to resize

CSYSLogBackgroundTask Method

This method logs that a background task was run

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LogBackgroundTask(
	string location
)

public static void LogBackgroundTask(
	string location
)

Parameters

location
Type: SystemString
Location that launched the background task
See Also