Delegate AsyncThunkOptions<TArg>.IDGeneratorHandler
A generator to create a unique ID for the request.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public delegate string AsyncThunkOptions<TArg>.IDGeneratorHandler(TArg dispatchedArguments)
Parameters
| Type | Name | Description |
|---|---|---|
| TArg | dispatchedArguments | The dispatched arguments. |
Returns
| Type | Description |
|---|---|
| string | The unique ID for the request. |