Execute<TValue>(ILocationBinding<TValue>, ref TPayload)
Method invoked by the Execute<TPayload>(ILocationBindingAction<TPayload>, ref TPayload) method.
Declaration
void Execute<TValue>(ILocationBinding<TValue> binding, ref TPayload payload)
Parameters
Type | Name | Description |
---|---|---|
ILocationBinding<TValue> | binding | The typed ILocationBinding. |
TPayload | payload | Payload. |
Type Parameters
Name | Description |
---|---|
TValue | Type of the value of the ILocationBinding object. |