EventSessionEventRetentionModeType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
事件保留模式的類型
[System.Serializable]
public enum EventSessionEventRetentionModeType
[<System.Serializable>]
type EventSessionEventRetentionModeType =
Public Enum EventSessionEventRetentionModeType
- 繼承
-
EventSessionEventRetentionModeType
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Unknown | 0 | |
| AllowSingleEventLoss | 1 | |
| AllowMultipleEventLoss | 2 | |
| NoEventLoss | 3 |