Class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterOperationIds
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable operation identifiers used by managed-connector execution-adapter answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterOperationIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterOperationIds
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”Delete the managed connector.
public const string Delete = "delete"Field Value
Section titled “Field Value”No managed-connector operation currently applies.
public const string None = "none"Field Value
Section titled “Field Value”Pause the managed connector.
public const string Pause = "pause"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”Reconcile the connector’s declared-versus-observed topology.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Restart
Section titled “ Restart”Restart the managed connector.
public const string Restart = "restart"Field Value
Section titled “Field Value”Resume
Section titled “ Resume”Resume the managed connector.
public const string Resume = "resume"