Class NotificationChannelOptions
Options for ChannelName
Inheritance
System.Object
    NotificationChannelOptions
  Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class NotificationChannelOptions : ObjectConstructors
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 | 
