IFsrmObject Interface
Base class for all FSRM objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")]
public interface IFsrmObject
[GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")]
public interface class IFsrmObject
[<GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")>]
type IFsrmObject = interface end
<GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")>
Public Interface IFsrmObject
Properties
Name | Description | |
---|---|---|
Description | Retrieves or sets the description of the object. |
|
id | Retrieves the identifier of the object. |
Methods
Name | Description | |
---|---|---|
Commit() | Saves the object in the server's list of objects. |
|
Delete() | Removes the object from the server's list of objects. |
See Also
Return to top