PostSharpAPI ReferencePost­Sharp.​AspectsILocation­Interception­Args­Action<TPayload>Execute
Open sandboxFocus

ILocationInterceptionArgsAction<TPayload>.Execute Method

Execute<TValue>(ILocationInterceptionArgs<TValue>, ref TPayload)

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.