Simplifies the use of the Mpi Processor group by
instantiating, starting, waiting for completion, and disposing of a processor group

Declaration Syntax
Public Shared Sub Process ( _
configFileName As String, _
environmentConfigName As String, _
processor As Processor _
)
public:
static void Process(
String^ configFileName,
String^ environmentConfigName,
Processor^ processor
)

Parameters
- configFileName (String)
- config file location
- environmentConfigName (String)
- processors are created based on this environment in config
- processor (Processor)
- delegate of the method that will actually do the processing
Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)