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

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalOperationIds

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

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

Defines the stable managed-connector operation identifiers used by connector-management execution-approval answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalOperationIds

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

Cephalon intends to delete the managed connector.

public const string Delete = "delete"

string

No management operation is currently intended for the execution runtime.

public const string None = "none"

string

Cephalon intends to pause the managed connector.

public const string Pause = "pause"

string

Cephalon intends to reconcile the managed connector toward its declared baseline.

public const string Reconcile = "reconcile"

string

Cephalon intends to restart the managed connector.

public const string Restart = "restart"

string

Cephalon intends to resume the managed connector.

public const string Resume = "resume"

string