ILocationInterceptionArgsAction<TPayload>.Execute<TValue> Method |
Method invoked by the Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, TPayload) method.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
void Execute<TValue>( ILocationInterceptionArgs<TValue> args, ref TPayload payload )
Parameters
- args
- Type: PostSharp.Aspects.ILocationInterceptionArgs<TValue>
The typed LocationInterceptionArgs. - payload
- Type: TPayload
Payload passed to the Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, TPayload) method.
Type Parameters
- TValue
- Type of the value of the LocationInterceptionArgs object.