'Declaration Public Function New( _
ByVal processingCommandИнформация о команде обработки.As IProcessingCommandInfo, _
ByVal targetЦель обработки.As System.Object, _
ByVal resultsРезультаты обработки.As System.Collections.Generic.ICollection_
)
public CompositeProcessingResult(
IProcessingCommandInfo processingCommand,
System.Object target,
System.Collections.Generic.ICollectionresults
)
public: CompositeProcessingResult(
IProcessingCommandInfo* processingCommand,
System.Object target,
System.Collections.Generic.ICollectionresults
)
public:
CompositeProcessingResult(
IProcessingCommandInfo^ processingCommand,
System.Object target,
System.Collections.Generic.ICollectionresults
)
Parameters
- processingCommand
- Информация о команде обработки.
- target
- Цель обработки.
- results
- Результаты обработки.