ReplResultFlowDiagnosticKind
Classifies result-flow paging diagnostic events.
- Kind:
Enum - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/ResultFlow/ReplResultFlowDiagnosticKind.cs
Signature
Section titled “Signature”public enum ReplResultFlowDiagnosticKindFields
Section titled “Fields”PageFetchFailed
Section titled “PageFetchFailed”A page source fetch failed.
PageFetchFailed = 2Returns
Section titled “Returns”PageFetchStarting
Section titled “PageFetchStarting”A page source fetch is about to start.
PageFetchStarting = 0Returns
Section titled “Returns”PageFetchSucceeded
Section titled “PageFetchSucceeded”A page source fetch completed successfully.
PageFetchSucceeded = 1