Class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector command-issuance answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStates
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”Accepted
Section titled “ Accepted”Cephalon can accept the command onto a future shared issuance lane, but approval still gates later execution handoff.
public const string Accepted = "accepted"Field Value
Section titled “Field Value”Blocked
Section titled “ Blocked”The managed connector still has one or more blockers before Cephalon can trust the shared issuance lane.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Issued
Section titled “ Issued”Cephalon can mark the command as issued on the shared issuance lane for a later provider-execution slice.
public const string Issued = "issued"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently produce a managed-connector command-issuance answer.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Cephalon can describe command issuance posture, but the write-path still remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”Cephalon rejects the current command issuance because shared runtime truth indicates no additional write-path changes are needed.
public const string Rejected = "rejected"