IFsrmCollection Interface
Defines a collection of FSRM objects.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Retrieves the number of items in the collection. |
![]() | Item(Int32) | Retrieves the requested item from the collection. |
![]() | State | Retrieves the state of the collection. |
| Name | Description | |
|---|---|---|
![]() | Cancel() | Cancels the collection of objects when the objects are collected asynchronously. |
![]() | GetById(Guid) | Retrieves the specified object from the collection. |
![]() | GetEnumerator() | Retrieves an enumerator that allows iteration through the collection of FSRM objects. |
![]() | WaitForCompletion(Int32) | Limits the time that an asynchronous collection can take to collect the objects. |
The following methods and properties return this collection:
For an example that demonstrates this interface see Classifying Files.

