ข้ามไปยังเนื้อหา

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 CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Provider-owned write-path execution does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Provider-owned write-path execution still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider-owned write-path execution remains blocked by shared runtime policy, approval, or adapter posture.

public const string ProviderBlocked = "provider-blocked"

string

Provider-owned write-path execution is currently ready on the shared runtime surface.

public const string ProviderExecutable = "provider-executable"

string

Provider-owned write-path execution no longer needs an additional provider command on the shared lane.

public const string ProviderOwnedCompleted = "provider-owned-completed"

string

Provider-owned write-path execution already translated one provider-facing command shape.

public const string ProviderOwnedExecuting = "provider-owned-executing"

string

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"

string