IFsrmMutableCollection Interface

 

Used to manage a collection of FSRM objects that can have objects added to or removed from the collection.

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

<GuidAttribute("1BB617B8-3886-49DC-AF82-A6C90FA35DDA")>
Public Interface IFsrmMutableCollection
	Inherits IFsrmCollection

NameDescription
System_CAPS_pubpropertyCount

Gets the Count property.

System_CAPS_pubpropertyItem(Int32)

Returns the item with the specified index.

System_CAPS_pubpropertyState

Gets the State property.

NameDescription
System_CAPS_pubmethodAdd(Object)

Adds an object to the collection.

System_CAPS_pubmethodCancel()

Cancels the collection of objects when the objects are collected asynchronously.

System_CAPS_pubmethodClone()

Creates a duplicate IFsrmMutableCollection collection.

System_CAPS_pubmethodGetById(Guid)

Retrieves the specified object from the mutable collection.

System_CAPS_pubmethodGetEnumerator()

Retrieves an enumerator that allows iteration through the collection of FSRM objects.

System_CAPS_pubmethodRemove(Int32)

Removes the specified object from the collection using an index value.

System_CAPS_pubmethodRemoveById(Guid)

Removes the specified object from the collection using an object identifier.

System_CAPS_pubmethodWaitForCompletion(Int32)

Limits the time that an asynchronous collection can take to collect the objects.

Return to top

Community Additions

ADD
Show: