Click or drag to resize

CSYSConnectWithCurrentCentralInstance Method (CGXNETCore, String, Int32, String, Int32, String, Int32, String, Int32)

Query information necessary to communicate with current Central Instance

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ConnectWithCurrentCentralInstance(
	CGXNETCore gxNetShared,
	ref string name,
	int name_size,
	ref string base_path,
	int base_path_size,
	ref string url,
	int url_size,
	ref string token,
	int token_size
)

public static void ConnectWithCurrentCentralInstance(
	CGXNETCore gxNetShared,
	ref string name,
	int name_size,
	ref string base_path,
	int base_path_size,
	ref string url,
	int url_size,
	ref string token,
	int token_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Instance name
name_size
Type: SystemInt32
Instance name size
base_path
Type: SystemString
Base path (single port support)
base_path_size
Type: SystemInt32
Base path size
url
Type: SystemString
URL
url_size
Type: SystemInt32
Url size
token
Type: SystemString
Authorization token
token_size
Type: SystemInt32
Authorization token size
See Also