Class NotificationDispatcherJob
  
  
  
  
    Inheritance
    System.Object
    
    NotificationDispatcherJob
   
  
    Implements
    
    System.IDisposable
   
  
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    [ScheduledPlugIn]
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class NotificationDispatcherJob : ScheduledJobBase, IScheduledJob, IDisposable
   
  Constructors
  
  
  
  
  NotificationDispatcherJob(INotificationDispatcher, LocalizationService, INotificationRepository)
  
  
  Declaration
  
    public NotificationDispatcherJob(INotificationDispatcher dispatcher, LocalizationService localizationService, INotificationRepository notificationRepository)
   
  Parameters
  
  Methods
  
  
  
  
  Dispose()
  
  
  Declaration
  
  
  
  
  Dispose(Boolean)
  
  
  Declaration
  
    protected virtual void Dispose(bool disposing)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Boolean | disposing |  | 
    
  
  
  
  
  Execute()
  
  
  Declaration
  
    public override string Execute()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Overrides
  
  
  
  
  MakeErrorMessage(DispatcherResult, Int32)
  
  
  Declaration
  
    protected virtual string MakeErrorMessage(DispatcherResult dispatcherResult, int numberOfErrorMsg = -1)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | DispatcherResult | dispatcherResult |  | 
      
        | System.Int32 | numberOfErrorMsg |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  OnStatusChanged(String)
  
  
  Declaration
  
    protected override void OnStatusChanged(string statusMessage)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | statusMessage |  | 
    
  
  Overrides
  
  
  
  
  Stop()
  
  
  Declaration
  
    public override void Stop()
   
  Overrides
  
  Implements
  
  
      System.IDisposable
  
  Extension Methods