Class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceOperationIds
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector operation identifiers used by command-issuance answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceOperationIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceOperationIds
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”Delete
Section titled “ Delete”The command issuance currently targets connector deletion.
public const string Delete = "delete"Field Value
Section titled “Field Value”No management operation is currently associated with command issuance.
public const string None = "none"Field Value
Section titled “Field Value”The command issuance currently targets connector pause.
public const string Pause = "pause"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”The command issuance currently targets connector reconciliation.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Restart
Section titled “ Restart”The command issuance currently targets connector restart.
public const string Restart = "restart"Field Value
Section titled “Field Value”Resume
Section titled “ Resume”The command issuance currently targets connector resume.
public const string Resume = "resume"