Class PendingActionCreator<TPayload>
An Action Creator to create pending actions for async thunks.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public class PendingActionCreator<TPayload> : ActionCreator<TPayload>
Type Parameters
Name | Description |
---|---|
TPayload | The type of the payload. |