Skip to main content Skip to complementary content

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

Implements

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!