 | CSYSConnectWithCurrentCentralInstance Method (CGXNETCore, String, String, String, String) |
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,
ref string base_path,
ref string url,
ref string token
)
public static void ConnectWithCurrentCentralInstance(
CGXNETCore gxNetShared,
ref string name,
ref string base_path,
ref string url,
ref string token
)
Public Shared Sub ConnectWithCurrentCentralInstance (
gxNetShared As CGXNETCore,
ByRef name As String,
ByRef base_path As String,
ByRef url As String,
ByRef token As String
)
Public Shared Sub ConnectWithCurrentCentralInstance (
gxNetShared As CGXNETCore,
ByRef name As String,
ByRef base_path As String,
ByRef url As String,
ByRef token As String
)
public:
static void ConnectWithCurrentCentralInstance(
CGXNETCore^ gxNetShared,
String^% name,
String^% base_path,
String^% url,
String^% token
)
public:
static void ConnectWithCurrentCentralInstance(
CGXNETCore^ gxNetShared,
String^% name,
String^% base_path,
String^% url,
String^% token
)
static member ConnectWithCurrentCentralInstance :
gxNetShared : CGXNETCore *
name : string byref *
base_path : string byref *
url : string byref *
token : string byref -> unit
static member ConnectWithCurrentCentralInstance :
gxNetShared : CGXNETCore *
name : string byref *
base_path : string byref *
url : string byref *
token : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Instance name - base_path
- Type: SystemString
Base path (single port support) - url
- Type: SystemString
URL - token
- Type: SystemString
Authorization token
See Also