'Declaration Public Function New( _
ByVal processingCommandКоманда обработки.As IProcessingCommandInfo, _
ByVal targetЦель обработки.As System.Object, _
ByVal processingStateСостояние обработки.As ProcessingState _
)
public ProcessingProfileResult(
IProcessingCommandInfo processingCommand,
System.Object target,
ProcessingState processingState
)
public: ProcessingProfileResult(
IProcessingCommandInfo* processingCommand,
System.Object target,
ProcessingState* processingState
)
public:
ProcessingProfileResult(
IProcessingCommandInfo^ processingCommand,
System.Object target,
ProcessingState^ processingState
)
Parameters
- processingCommand
- Команда обработки.
- target
- Цель обработки.
- processingState
- Состояние обработки.