FsrmPipelineModuleConnector Interface
Creates the communication channel between FSRM and your pipeline module implementation. All methods and properties of the IFsrmPipelineModuleConnector interface are available in this class. To create this object from a script, use the "Fsrm.FsrmPipelineModuleConnector" program identifier.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | HostingProcessPid | Retrieves the process identifier of the module.(Inherited from IFsrmPipelineModuleConnector.) |
![]() | HostingUserAccount | Retrieves the user account under which the module runs.(Inherited from IFsrmPipelineModuleConnector.) |
![]() | ModuleImplementation | Retrieves the interface that implements the pipeline module.(Inherited from IFsrmPipelineModuleConnector.) |
![]() | moduleName | Retrieves the name of the module.(Inherited from IFsrmPipelineModuleConnector.) |
| Name | Description | |
|---|---|---|
![]() | Bind(IFsrmPipelineModuleDefinition, IFsrmPipelineModuleImplementation) | Binds the pipeline module implementation to the FSRM communication channel.(Inherited from IFsrmPipelineModuleConnector.) |
FSRM implements this class.

