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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionInvocationSources

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable invocation-source identifiers used by managed-connector command-execution results.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionInvocationSources

objectCdcCaptureExecutionRuntimeManagedConnectorCommandExecutionInvocationSources

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

The command-execution result was recorded from the shared automatic background retry lane.

public const string AutomaticRetry = "automatic-retry"

string

No concrete invocation source has been recorded for the command-execution result.

public const string None = "none"

string

The command-execution result was recorded from an explicit operator-initiated request.

public const string OperatorRequest = "operator-request"

string