IFsrmFileManagementJob::DeleteNotification method (fsrmreports.h)

[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

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

Syntax

HRESULT DeleteNotification(
  [in] long days
);

Parameters

[in] days

The notification value to delete.

Return value

The method returns the following return values.

Remarks

Deleting the notification also deletes its associated actions.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

IFsrmFileManagementJob::AddNotification

IFsrmFileManagementJob::ModifyNotification

IFsrmFileManagementJob::Notifications

MSFT_FSRMFileManagementJob