Click or drag to resize

CSYSSetServerMessagesAP Method

Control the server message handling.

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

public static void SetServerMessagesAP(
	CGXNETCore gxNetShared,
	int flag
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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