'Declaration Public Overloads Function Execute( _
ByVal targetЦель обработки.As TValue, _
ByVal processingStateСостояние обработки.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
- Цель обработки.
- processingState
- Состояние обработки.
Return Value
Результат обработки указанной цели.