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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalOperationIds

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

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

Defines the stable management-operation identifiers used by managed-connector command-journal answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalOperationIds

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

The command journal currently targets a connector delete operation.

public const string Delete = "delete"

string

No managed-connector operation is currently associated with the command journal.

public const string None = "none"

string

The command journal currently targets a connector pause operation.

public const string Pause = "pause"

string

The command journal currently targets a future connector reconcile operation.

public const string Reconcile = "reconcile"

string

The command journal currently targets a connector restart operation.

public const string Restart = "restart"

string

The command journal currently targets a connector resume operation.

public const string Resume = "resume"

string