IFsrmPipelineModuleImplementation Interface
Abstract interface for IFsrmClassifierModuleImplementation and IFsrmStorageModuleImplementation.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("B7907906-2B02-4CB5-84A9-FDF54613D6CD")]
public interface IFsrmPipelineModuleImplementation
[GuidAttribute("B7907906-2B02-4CB5-84A9-FDF54613D6CD")]
public interface class IFsrmPipelineModuleImplementation
[<GuidAttribute("B7907906-2B02-4CB5-84A9-FDF54613D6CD")>]
type IFsrmPipelineModuleImplementation = interface end
<GuidAttribute("B7907906-2B02-4CB5-84A9-FDF54613D6CD")>
Public Interface IFsrmPipelineModuleImplementation
Methods
Name | Description | |
---|---|---|
OnLoad(IFsrmPipelineModuleDefinition, FsrmPipelineModuleConnector) | Initializes the pipeline module. |
|
OnUnload() | Notifies the module to perform any cleanup tasks. |
Remarks
Classifiers and storage modules should not implement this interface. For more information, see IFsrmClassifierModuleImplementation or IFsrmStorageModuleImplementation.
See Also
IFsrmClassifierModuleImplementation
IFsrmStorageModuleImplementation
Microsoft.Storage Namespace
Return to top