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.