DataCompositionResultValueCollectionOutputProcessor.Output
Syntax:
Parameters:
<CompositionProcessor> (required)
Data composition processor, from which result elements will be obtained.
<PossibilityOfUserInterruption> (optional)
Specifies, whether user can interrupt the outputting using the Ctrl + Break key combination.
Default value: False.
Returned value:
Description:
At that the BeginOutput method is executed automatically, all data composition processor elements are searched and output into result. After that the EndOutput is executed, its result is returned by the given method.
Availability:
Note: