Click or drag to resize

CloudProjectCommitClientBeginCommitAsync Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Task<CloudProjectCommitClientResultClass> BeginCommitAsync(
	string serverAddress,
	long projectID,
	string verificationCode,
	ICollection<ClientNetworkService_CommitFileItem> filesToCommit,
	CloudProjectCommitClientBeginCommitAsyncStatusMessageDelegate statusMessageCallback
)

Parameters

serverAddress
Type: SystemString
projectID
Type: SystemInt64
verificationCode
Type: SystemString
filesToCommit
Type: System.Collections.GenericICollectionClientNetworkService_CommitFileItem
statusMessageCallback
Type: NeoAxis.EditorCloudProjectCommitClientBeginCommitAsyncStatusMessageDelegate

Return Value

Type: TaskCloudProjectCommitClientResultClass
See Also