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

      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

RemoveAlternateStateAsync(AsyncHandle, String)

Removes an alternate state in the app.

Declaration

      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

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!