IFsrmStorageModuleImplementation Interface

 

Storage modules implement this interface.

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

<GuidAttribute("0AF4A0DA-895A-4E50-8712-A96724BCEC64")>
Public Interface IFsrmStorageModuleImplementation
	Inherits IFsrmPipelineModuleImplementation

NameDescription
System_CAPS_pubmethodLoadProperties(IFsrmPropertyBag)

Instructs the storage module to load all properties.

System_CAPS_pubmethodOnLoad(IFsrmPipelineModuleDefinition, FsrmPipelineModuleConnector)

Initializes the storage module.

System_CAPS_pubmethodOnUnload()

Notifies the storage module to perform any cleanup tasks.

System_CAPS_pubmethodSaveProperties(IFsrmPropertyBag)

Instructs the storage module to save properties associated with a file.

System_CAPS_pubmethodUseDefinitions(IFsrmCollection)

Specifies the property definitions FSRM recognizes.

Return to top

Community Additions

ADD
Show: