Class CdcCaptureRuntimeOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Data.Services
Assembly: Cephalon.Data.dll
Defines the stable outcome identifiers used when reporting CDC capture activity.
public static class CdcCaptureRuntimeOutcomesInheritance
Section titled “Inheritance”object ← CdcCaptureRuntimeOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Captured
Section titled “ Captured”Gets the outcome identifier used when a capture observes one or more source changes.
public const string Captured = "captured"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”Gets the outcome identifier used when a capture fails.
public const string Failed = "failed"Field Value
Section titled “Field Value”Gets the outcome identifier used when a capture polls successfully but finds no new changes.
public const string Idle = "idle"Field Value
Section titled “Field Value”Started
Section titled “ Started”Gets the outcome identifier used when a capture runtime starts or resumes work.
public const string Started = "started"