[This is preliminary documentation and is subject to change.]
Finds matching method that has the specified action name and best matches the supplied input
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual MethodInfo FindMatchingAction(
Controller controller,
WorkContext work,
string action,
out Object[] args
)
protected virtual MethodInfo FindMatchingAction(
Controller controller,
WorkContext work,
string action,
out Object[] args
)
Protected Overridable Function FindMatchingAction (
controller As Controller,
work As WorkContext,
action As String,
<OutAttribute> ByRef args As Object()
) As MethodInfo
Protected Overridable Function FindMatchingAction (
controller As Controller,
work As WorkContext,
action As String,
<OutAttribute> ByRef args As Object()
) As MethodInfo
protected:
virtual MethodInfo^ FindMatchingAction(
Controller^ controller,
WorkContext^ work,
String^ action,
[OutAttribute] array<Object^>^% args
)
protected:
virtual MethodInfo^ FindMatchingAction(
Controller^ controller,
WorkContext^ work,
String^ action,
[OutAttribute] array<Object^>^% args
)
abstract FindMatchingAction :
controller : Controller *
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
override FindMatchingAction :
controller : Controller *
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
abstract FindMatchingAction :
controller : Controller *
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
override FindMatchingAction :
controller : Controller *
work : WorkContext *
action : string *
args : Object[] byref -> MethodInfo
Return Value
Type:
MethodInfo