C# Класс EPiServer.Translate.ZapireNotificationProvider

Наследование: INotificationProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetProviderFormat ( ) : NotificationFormat

Specifies the format the provider supports.

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

Sends the formatted messages.

ZapireNotificationProvider ( ) : System

Описание методов

GetProviderFormat() публичный Метод

Specifies the format the provider supports.
public GetProviderFormat ( ) : NotificationFormat
Результат NotificationFormat

Send() публичный Метод

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.
Результат void

ZapireNotificationProvider() публичный Метод

public ZapireNotificationProvider ( ) : System
Результат System