RemoveAlternateStateAsync Method
Overloads
| RemoveAlternateStateAsync(String) | 
             Removes an alternate state in the app.  | 
        
      
    |
| RemoveAlternateStateAsync(AsyncHandle, String) | 
             Removes an alternate state in the app.  | 
        
      
    
RemoveAlternateStateAsync(String)
Removes an alternate state in the app.
Declaration
      public Task RemoveAlternateStateAsync([QixName("qStateName")] string stateName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | stateName | 
           Name of the alternate state.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
RemoveAlternateStateAsync(AsyncHandle, String)
Removes an alternate state in the app.
Declaration
      public Task RemoveAlternateStateAsync(AsyncHandle asyncHandle, [QixName("qStateName")] string stateName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.String | stateName | 
           Name of the alternate state.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |