C# Class EPiServer.Translate.ZapireNotificationProvider

Inheritance: INotificationProvider
Exibir arquivo Open project: episerver/EPiTranslateFlowDemo

Public Methods

Method Description
GetProviderFormat ( ) : NotificationFormat

Specifies the format the provider supports.

Send ( IEnumerable messages, Action succeededAction, Exception>.Action failedAction ) : void

Sends the formatted messages.

ZapireNotificationProvider ( ) : System

Method Details

GetProviderFormat() public method

Specifies the format the provider supports.
public GetProviderFormat ( ) : NotificationFormat
return NotificationFormat

Send() public method

Sends the formatted messages.
public Send ( IEnumerable messages, Action succeededAction, Exception>.Action failedAction ) : void
messages IEnumerable The messages to send.
succeededAction Action A success action that should be called for successfully sent messages.
failedAction Exception>.Action A failure action that should be called when a message send operation fails.
return void

ZapireNotificationProvider() public method

public ZapireNotificationProvider ( ) : System
return System