Class NotificationChannelOptions
Options for ChannelName
Inheritance
System.Object
NotificationChannelOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class NotificationChannelOptions
Constructors
NotificationChannelOptions(Boolean)
Creates a new instance of NotificationChannelOptions
Declaration
public NotificationChannelOptions(bool immediate)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | immediate |
Properties
Immediate
Indicates if NotificationMessage posted on the associated ChannelName should be processed immediately
Declaration
public bool Immediate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |