CreateProcessingBlock

IProcessingBlock IController.CreateProcessingBlock(string name, ITemplate template)

Creates a processing block with the specified name, using the specified template.

Parameters
  • name – Name of the processing block.

  • template – Template used to create the processing block.

Returns

IProcessingBlock – Created processing block.

Throws