Skip to main content Skip to complementary content

CommitScriptAsync Method

Overloads

CommitScriptAsync(String)

Commits the current script version so that any future changes will be part of a new version.

CommitScriptAsync(AsyncHandle, String)

Commits the current script version so that any future changes will be part of a new version.

CommitScriptAsync(String)

Commits the current script version so that any future changes will be part of a new version.

Declaration

      public Task CommitScriptAsync([QixName("qCommitMessage")] string commitMessage = null)
    

Parameters

Type Name Description
System.String commitMessage

Name of the version.

Returns

Type Description
System.Threading.Tasks.Task

Implements

Remarks

Only applicable to QCS.

CommitScriptAsync(AsyncHandle, String)

Commits the current script version so that any future changes will be part of a new version.

Declaration

      public Task CommitScriptAsync(AsyncHandle asyncHandle, [QixName("qCommitMessage")] string commitMessage = null)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String commitMessage

Name of the version.

Returns

Type Description
System.Threading.Tasks.Task

Implements

Remarks

Only applicable to QCS.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!