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 CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionInvocationSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionInvocationSources
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”AutomaticRetry
Section titled “ AutomaticRetry”The command-execution result was recorded from the shared automatic background retry lane.
public const string AutomaticRetry = "automatic-retry"Field Value
Section titled “Field Value”No concrete invocation source has been recorded for the command-execution result.
public const string None = "none"Field Value
Section titled “Field Value”OperatorRequest
Section titled “ OperatorRequest”The command-execution result was recorded from an explicit operator-initiated request.
public const string OperatorRequest = "operator-request"