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
      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 | 
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
      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 | 
Remarks
Only applicable to QCS.