ILocationInterceptionArgsAction<TPayload> Interface |
Exposes an Execute<TValue>(ILocationInterceptionArgs<TValue>, TPayload) method invoked by the Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, TPayload) method,
which allows to execute strongly-typed operations and avoid boxing required by the weakly typed ILocationInterceptionArgs interface.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public interface ILocationInterceptionArgsAction<TPayload>
Type Parameters
- TPayload
- Type of the payload of the Execute<TValue>(ILocationInterceptionArgs<TValue>, TPayload) method.
The ILocationInterceptionArgsAction<TPayload> type exposes the following members.
Name | Description | |
---|---|---|
Execute<TValue> |
Method invoked by the Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, TPayload) method.
|