Click or drag to resize

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
Syntax
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 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
)

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