IFsrmPipelineModuleConnector Interface

 

Creates the communication channel between FSRM and your pipeline module implementation.

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

<GuidAttribute("C16014F3-9AA1-46B3-B0A7-AB146EB205F2")>
Public Interface IFsrmPipelineModuleConnector

NameDescription
System_CAPS_pubpropertyHostingProcessPid

Retrieves the process identifier of the module.

System_CAPS_pubpropertyHostingUserAccount

Retrieves the user account under which the module runs.

System_CAPS_pubpropertyModuleImplementation

Retrieves the interface that implements the pipeline module.

System_CAPS_pubpropertymoduleName

Retrieves the name of the module.

NameDescription
System_CAPS_pubmethodBind(IFsrmPipelineModuleDefinition, IFsrmPipelineModuleImplementation)

Binds the pipeline module implementation to the FSRM communication channel.

After the instance has been created, Bind must be called before you can return the instance in your OnLoad implementation.

Return to top

Community Additions

ADD
Show: