[This is preliminary documentation and is subject to change.]
Override to add logic/filtering right after the invocation of action method. Must return the result (which can be altered/filtered).
The default implementation calls ActionFilters
Namespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal virtual Object AfterActionInvocation(
WorkContext work,
string action,
MethodInfo method,
Object[] args,
Object result
)
protected internal virtual Object AfterActionInvocation(
WorkContext work,
string action,
MethodInfo method,
Object[] args,
Object result
)
Protected Friend Overridable Function AfterActionInvocation (
work As WorkContext,
action As String,
method As MethodInfo,
args As Object(),
result As Object
) As Object
Protected Friend Overridable Function AfterActionInvocation (
work As WorkContext,
action As String,
method As MethodInfo,
args As Object(),
result As Object
) As Object
protected public:
virtual Object^ AfterActionInvocation(
WorkContext^ work,
String^ action,
MethodInfo^ method,
array<Object^>^ args,
Object^ result
)
protected public:
virtual Object^ AfterActionInvocation(
WorkContext^ work,
String^ action,
MethodInfo^ method,
array<Object^>^ args,
Object^ result
)
abstract AfterActionInvocation :
work : WorkContext *
action : string *
method : MethodInfo *
args : Object[] *
result : Object -> Object
override AfterActionInvocation :
work : WorkContext *
action : string *
method : MethodInfo *
args : Object[] *
result : Object -> Object
abstract AfterActionInvocation :
work : WorkContext *
action : string *
method : MethodInfo *
args : Object[] *
result : Object -> Object
override AfterActionInvocation :
work : WorkContext *
action : string *
method : MethodInfo *
args : Object[] *
result : Object -> Object
Return Value
Type:
Object