다음을 통해 공유


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
System_CAPS_pubmethod OnLoad(IFsrmPipelineModuleDefinition, FsrmPipelineModuleConnector)

Initializes the pipeline module.

System_CAPS_pubmethod 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