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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeOperationIds

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeOperationIds

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

The command envelope currently targets connector deletion.

public const string Delete = "delete"

string

No management operation is currently associated with the command envelope.

public const string None = "none"

string

The command envelope currently targets connector pause.

public const string Pause = "pause"

string

The command envelope currently targets connector reconciliation.

public const string Reconcile = "reconcile"

string

The command envelope currently targets connector restart.

public const string Restart = "restart"

string

The command envelope currently targets connector resume.

public const string Resume = "resume"

string