EventNotificationType 列舉

定義

指定事件告知的類型。

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

欄位

Flush 2

透過要求清除來觸發事件告知。

Regular 0

按照定期的排程間隔觸發事件告知。

Unbuffered 3

比照發生清除時的相同方式來處理每個事件。

Urgent 1

在超過緊急事件臨界值時觸發告知。

備註

EventNotificationType列舉提供四種通知類型,可指定應該如何進行通知。 這四種通知類型如下所示:

  • 清除

  • 定期

  • 緊急

適用於