NotificationActionContext Class
Namespace
NotificationActionContext Constructors
The following are constructors for NotificationActionContext.
NotificationActionContext(reportInstance, thresholdInformation)
Creates a new instance of the Reports.NotificationActionContext class using the specified
parameters.
Signature
public NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)
Parameters
- reportInstance
- Type: Reports.ReportInstance
- An instance of a report.
- thresholdInformation
- Type: Reports.ThresholdInformation
- The evaluated conditions for the notification.
NotificationActionContext Methods
The following are methods for NotificationActionContext.
getReportInstance()
Signature
public Reports.ReportInstance getReportInstance()
Return Value
Type: Reports.ReportInstance