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 | |
---|---|---|
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.) |
Methods
Name | Description | |
---|---|---|
Bind(IFsrmPipelineModuleDefinition, IFsrmPipelineModuleImplementation) | Binds the pipeline module implementation to the FSRM communication channel.(Inherited from IFsrmPipelineModuleConnector.) |
Remarks
FSRM implements this class.
See Also
Return to top