Interface INotificationDispatcher
  
  
  
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    public interface INotificationDispatcher
   
  Methods
  
  
  
  
  ProcessAsync(IEnumerable<InternalNotificationMessage>, CancellationToken)
  
  
  Declaration
  
    Task<DispatcherResult> ProcessAsync(IEnumerable<InternalNotificationMessage> messages, CancellationToken token)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Collections.Generic.IEnumerable<InternalNotificationMessage> | messages |  | 
      
        | System.Threading.CancellationToken | token |  | 
    
  
  Returns
  
  Extension Methods