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)

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

NameDescription
System_CAPS_pubpropertyHostingProcessPid

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

System_CAPS_pubpropertyHostingUserAccount

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

System_CAPS_pubpropertyModuleImplementation

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

System_CAPS_pubpropertymoduleName

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

NameDescription
System_CAPS_pubmethodBind(IFsrmPipelineModuleDefinition, IFsrmPipelineModuleImplementation)

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

FSRM implements this class.

Return to top

Community Additions

ADD
Show: