IFsrmFileManagementJob.ModifyNotification Method (Int32, Int32)
Change a notification value in the file management job's list of notifications.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void ModifyNotification(
int days,
int newDays
)
void ModifyNotification(
int days,
int newDays
)
abstract ModifyNotification :
days:int *
newDays:int -> unit
Sub ModifyNotification (
days As Integer,
newDays As Integer
)
Parameters
days
Type: System.Int32The notification value to change.
newDays
Type: System.Int32The new notification value. The value must be unique and cannot be less than zero.
See Also
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top