Class CancelableNotificationArgs
- Namespace
- Dynamicweb.Extensibility.Notifications
- Assembly
- Dynamicweb.Core.dll
Provides an ability to cancel the task related to the given notification.
public class CancelableNotificationArgs : NotificationArgs
- Inheritance
-
CancelableNotificationArgs
- Derived
- Inherited Members
Constructors
CancelableNotificationArgs()
Initializes a new instance of an object.
public CancelableNotificationArgs()
CancelableNotificationArgs(bool)
Initializes a new instance of an object.
public CancelableNotificationArgs(bool cancel)
Parameters
cancel
boolValue indicating whether to cancel the task related to the given notification.
Properties
Cancel
Gets or sets the value indicating whether to cancel the task related to the given notification.
public bool Cancel { get; set; }