 | CSYSPublishDatasetsToCentral Method (CGXNETCore, String, String, String, String, Int32, Int32, Int32, String, String) |
Publish datasets to Central
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void PublishDatasetsToCentral(
CGXNETCore gxNetShared,
string instance_uuid,
string project_uuid,
string project_name,
ref string central_server_guid,
int central_server_guid_size,
ref int central_branch_id,
ref int central_revision_id,
string metadata_as_json,
string parent_event_id
)
public static void PublishDatasetsToCentral(
CGXNETCore gxNetShared,
string instance_uuid,
string project_uuid,
string project_name,
ref string central_server_guid,
int central_server_guid_size,
ref int central_branch_id,
ref int central_revision_id,
string metadata_as_json,
string parent_event_id
)
Public Shared Sub PublishDatasetsToCentral (
gxNetShared As CGXNETCore,
instance_uuid As String,
project_uuid As String,
project_name As String,
ByRef central_server_guid As String,
central_server_guid_size As Integer,
ByRef central_branch_id As Integer,
ByRef central_revision_id As Integer,
metadata_as_json As String,
parent_event_id As String
)
Public Shared Sub PublishDatasetsToCentral (
gxNetShared As CGXNETCore,
instance_uuid As String,
project_uuid As String,
project_name As String,
ByRef central_server_guid As String,
central_server_guid_size As Integer,
ByRef central_branch_id As Integer,
ByRef central_revision_id As Integer,
metadata_as_json As String,
parent_event_id As String
)
public:
static void PublishDatasetsToCentral(
CGXNETCore^ gxNetShared,
String^ instance_uuid,
String^ project_uuid,
String^ project_name,
String^% central_server_guid,
int central_server_guid_size,
int% central_branch_id,
int% central_revision_id,
String^ metadata_as_json,
String^ parent_event_id
)
public:
static void PublishDatasetsToCentral(
CGXNETCore^ gxNetShared,
String^ instance_uuid,
String^ project_uuid,
String^ project_name,
String^% central_server_guid,
int central_server_guid_size,
int% central_branch_id,
int% central_revision_id,
String^ metadata_as_json,
String^ parent_event_id
)
static member PublishDatasetsToCentral :
gxNetShared : CGXNETCore *
instance_uuid : string *
project_uuid : string *
project_name : string *
central_server_guid : string byref *
central_server_guid_size : int *
central_branch_id : int byref *
central_revision_id : int byref *
metadata_as_json : string *
parent_event_id : string -> unit
static member PublishDatasetsToCentral :
gxNetShared : CGXNETCore *
instance_uuid : string *
project_uuid : string *
project_name : string *
central_server_guid : string byref *
central_server_guid_size : int *
central_branch_id : int byref *
central_revision_id : int byref *
metadata_as_json : string *
parent_event_id : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - instance_uuid
- Type: SystemString
Central Instance UUID - project_uuid
- Type: SystemString
Project UUID - project_name
- Type: SystemString
Project name - central_server_guid
- Type: SystemString
Central server GUID - central_server_guid_size
- Type: SystemInt32
Size of Central server GUID buffer. - central_branch_id
- Type: SystemInt32
Branch ID - central_revision_id
- Type: SystemInt32
Revision ID - metadata_as_json
- Type: SystemString
metadata as JSON - parent_event_id
- Type: SystemString
Parent Event ID
See Also