Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector provider-owned write-path execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStates
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”NotApplicable
Section titled “ NotApplicable”Provider-owned write-path execution does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-owned write-path execution still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”ProviderBlocked
Section titled “ ProviderBlocked”Provider-owned write-path execution remains blocked by shared runtime policy, approval, or adapter posture.
public const string ProviderBlocked = "provider-blocked"Field Value
Section titled “Field Value”ProviderExecutable
Section titled “ ProviderExecutable”Provider-owned write-path execution is currently ready on the shared runtime surface.
public const string ProviderExecutable = "provider-executable"Field Value
Section titled “Field Value”ProviderOwnedCompleted
Section titled “ ProviderOwnedCompleted”Provider-owned write-path execution no longer needs an additional provider command on the shared lane.
public const string ProviderOwnedCompleted = "provider-owned-completed"Field Value
Section titled “Field Value”ProviderOwnedExecuting
Section titled “ ProviderOwnedExecuting”Provider-owned write-path execution already translated one provider-facing command shape.
public const string ProviderOwnedExecuting = "provider-owned-executing"Field Value
Section titled “Field Value”ProviderOwnedRisk
Section titled “ ProviderOwnedRisk”Provider-owned write-path execution currently remains risky because broader shared runtime truth is not safe enough yet.
public const string ProviderOwnedRisk = "provider-owned-risk"