IFsrmCommittableCollection.RemoveById Method (Guid)
Removes the specified object from the collection using an object identifier.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void RemoveById(
Guid id
)
void RemoveById(
Guid id
)
abstract RemoveById :
id:Guid -> unit
Sub RemoveById (
id As Guid
)
Parameters
id
Type: System.GuidThe GUID of the object to remove from the collection.
Implements
IFsrmMutableCollection.RemoveById(Guid)
See Also
IFsrmCommittableCollection Interface
Microsoft.Storage Namespace
Return to top