 | 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
Syntaxpublic 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
)
Public Shared Sub ConnectWithCurrentCentralInstance (
gxNetShared As CGXNETCore,
ByRef name As String,
name_size As Integer,
ByRef base_path As String,
base_path_size As Integer,
ByRef url As String,
url_size As Integer,
ByRef token As String,
token_size As Integer
)
Public Shared Sub ConnectWithCurrentCentralInstance (
gxNetShared As CGXNETCore,
ByRef name As String,
name_size As Integer,
ByRef base_path As String,
base_path_size As Integer,
ByRef url As String,
url_size As Integer,
ByRef token As String,
token_size As Integer
)
public:
static void ConnectWithCurrentCentralInstance(
CGXNETCore^ gxNetShared,
String^% name,
int name_size,
String^% base_path,
int base_path_size,
String^% url,
int url_size,
String^% token,
int token_size
)
public:
static void ConnectWithCurrentCentralInstance(
CGXNETCore^ gxNetShared,
String^% name,
int name_size,
String^% base_path,
int base_path_size,
String^% url,
int url_size,
String^% token,
int token_size
)
static member ConnectWithCurrentCentralInstance :
gxNetShared : CGXNETCore *
name : string byref *
name_size : int *
base_path : string byref *
base_path_size : int *
url : string byref *
url_size : int *
token : string byref *
token_size : int -> unit
static member ConnectWithCurrentCentralInstance :
gxNetShared : CGXNETCore *
name : string byref *
name_size : int *
base_path : string byref *
base_path_size : int *
url : string byref *
url_size : int *
token : string byref *
token_size : int -> unit
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