这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
colin c9913c3336 fix(tasks): add a task notification template 1 year ago
..
LINGYUN/Abp/BackgroundTasks/Notifications fix(tasks): add a task notification template 1 year ago
FodyWeavers.xml add background task action: notifications 3 years ago
FodyWeavers.xsd add background task action: notifications 3 years ago
LINGYUN.Abp.BackgroundTasks.Notifications.csproj upgrade abp framework to 8.2.0 1 year ago
README.md add background task action: notifications 3 years ago

README.md

LINGYUN.Abp.BackgroundTasks.Notifications

后台作业执行后通知事件

配置使用

模块按需引用

[DependsOn(typeof(AbpBackgroundTasksNotificationsModule))]
public class YouProjectModule : AbpModule
{
  // other
}

Action参数

** 通知内容格式化参数,在作业后将发送实时通知

  • push-provider 可选, 用户指定消息推送提供程序;
  • use-template 可选, 用于格式化通知内容的模板名称
  • content 可选, 通知内容(未指定模板名称则为必须参数)
  • culture 可选, 使用模板时的模板区域性