'Declaration Public Overloads Function Execute( _
ByVal targetThe processing target.As TValue, _
ByVal processingStateThe processing state.As ProcessingState _
) As ProcessingResult
public ProcessingResult Execute(
TValue target,
ProcessingState processingState
)
public: ProcessingResult* Execute(
TValue* target,
ProcessingState* processingState
)
public:
ProcessingResult^ Execute(
TValue^ target,
ProcessingState^ processingState
)
Parameters
- target
- The processing target.
- processingState
- The processing state.
Return Value
Processing result of specified target.