Share via


IFsrmFileManagementJob.DeleteNotification Method (Int32)

 

Deletes a notification value from the file management job's list of notifications.

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

Syntax

void DeleteNotification(
    int days
)
void DeleteNotification(
    int days
)
abstract DeleteNotification : 
        days:int -> unit
Sub DeleteNotification (
    days As Integer
)

Parameters

Remarks

Deleting the notification also deletes its associated actions.

See Also

AddNotification
ModifyNotification
Notifications
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top