IpcRoutedNotifyIds 类
- 命名空间
- ClassIsland.Shared.IPC
- 程序集
- ClassIsland.Shared.IPC.dll
存储了 ClassIsland 内置的跨进程通信路由通知标识符。
public static class IpcRoutedNotifyIds
- 继承
-
IpcRoutedNotifyIds
- 继承成员
字段
CurrentTimeStateChangedNotifyId
当前时间点状态通知标识符
public const string CurrentTimeStateChangedNotifyId = "classisland.lessonsService.currentTimeStateChanged"
字段值
OnAfterSchoolNotifyId
放学事件通知标识符
public const string OnAfterSchoolNotifyId = "classisland.lessonsService.onAfterSchool"
字段值
OnBreakingTimeNotifyId
课间休息事件通知标识符
public const string OnBreakingTimeNotifyId = "classisland.lessonsService.onBreakingTime"
字段值
OnClassNotifyId
上课事件通知标识符
public const string OnClassNotifyId = "classisland.lessonsService.onClass"