Execute<TValue>(ILocationInterceptionArgs<TValue>, ref TPayload)
Method invoked by the Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, ref TPayload) method.
Declaration
void Execute<TValue>(ILocationInterceptionArgs<TValue> args, ref TPayload payload)Parameters
| Type | Name | Description |
|---|---|---|
| ILocationInterceptionArgs<TValue> | args | The typed LocationInterceptionArgs. |
| TPayload | payload | Payload passed to the Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, ref TPayload) method. |
Type Parameters
| Name | Description |
|---|---|
| TValue | Type of the value of the LocationInterceptionArgs object. |