EventNotificationType 枚举

定义

指定事件通知的类型。

public enum class EventNotificationType
public enum EventNotificationType
type EventNotificationType = 
Public Enum EventNotificationType
继承
EventNotificationType

字段

Flush 2

事件通知由刷新请求触发。

Regular 0

事件通知按计划间隔定期触发。

Unbuffered 3

每个事件都视为发生了刷新。

Urgent 1

超过紧急事件阈值而触发的通知。

注解

EventNotificationType枚举提供了四种通知类型,用于指定通知的发生方式。 这四种通知类型如下:

  • 刷新

  • 定期

  • 紧急状态

适用于