Share via


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.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

[GuidAttribute("C16014F3-9AA1-46B3-B0A7-AB146EB205F2")]
public interface FsrmPipelineModuleConnector : IFsrmPipelineModuleConnector
[GuidAttribute("C16014F3-9AA1-46B3-B0A7-AB146EB205F2")]
public interface class FsrmPipelineModuleConnector : IFsrmPipelineModuleConnector
[<GuidAttribute("C16014F3-9AA1-46B3-B0A7-AB146EB205F2")>]
type FsrmPipelineModuleConnector = 
    interface
        interface IFsrmPipelineModuleConnector
    end
<GuidAttribute("C16014F3-9AA1-46B3-B0A7-AB146EB205F2")>
Public Interface FsrmPipelineModuleConnector
    Inherits IFsrmPipelineModuleConnector

Properties

Name Description
System_CAPS_pubproperty HostingProcessPid

Retrieves the process identifier of the module.(Inherited from IFsrmPipelineModuleConnector.)

System_CAPS_pubproperty HostingUserAccount

Retrieves the user account under which the module runs.(Inherited from IFsrmPipelineModuleConnector.)

System_CAPS_pubproperty ModuleImplementation

Retrieves the interface that implements the pipeline module.(Inherited from IFsrmPipelineModuleConnector.)

System_CAPS_pubproperty moduleName

Retrieves the name of the module.(Inherited from IFsrmPipelineModuleConnector.)

Methods

Name Description
System_CAPS_pubmethod Bind(IFsrmPipelineModuleDefinition, IFsrmPipelineModuleImplementation)

Binds the pipeline module implementation to the FSRM communication channel.(Inherited from IFsrmPipelineModuleConnector.)

Remarks

FSRM implements this class.

See Also

Microsoft.Storage Namespace

Return to top