IFsrmCommittableCollection.Clone Method ()

 

Creates a duplicate IFsrmMutableCollection object.

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

Syntax

IFsrmMutableCollection Clone()
IFsrmMutableCollection^ Clone()
abstract Clone : unit -> IFsrmMutableCollection
Function Clone As IFsrmMutableCollection

Return Value

Type: Microsoft.Storage.IFsrmMutableCollection

Returns a IFsrmMutableCollection interface to a collection that is a duplicate of this collection.

Implements

IFsrmMutableCollection.Clone()

Remarks

This method is not implemented in the FSRM library.

See Also

IFsrmCommittableCollection Interface
Microsoft.Storage Namespace

Return to top