Click or drag to resize

CSYSSetServerMessagesAP Method

Control the server message handling.

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

public static void SetServerMessagesAP(
	int flag
)

Parameters

flag
Type: SystemInt32
1 - Display messages, 0 - messages reported as errors
Remarks
Should be set to false when dialogs should not appear. This setting is thread specific.
See Also