Share via


IFsrmAction.Delete Method ()

 

Removes the action from the quota or file screen's list of actions.

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

Syntax

void Delete()
void Delete()
abstract Delete : unit -> unit
Sub Delete

Remarks

Calling the DeleteThreshold method also deletes the actions associated with the threshold.

Note that the actions are not deleted from the object until you call the object's Commit method. For example, the actions are not deleted from the quota until the Commit method is called, nor from the file screens until you call the IFsrmFileScreen.Commit method.

See Also

IFsrmAction Interface
Microsoft.Storage Namespace

Return to top