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

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 CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceOperationIds

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

The command issuance currently targets connector deletion.

public const string Delete = "delete"

string

No management operation is currently associated with command issuance.

public const string None = "none"

string

The command issuance currently targets connector pause.

public const string Pause = "pause"

string

The command issuance currently targets connector reconciliation.

public const string Reconcile = "reconcile"

string

The command issuance currently targets connector restart.

public const string Restart = "restart"

string

The command issuance currently targets connector resume.

public const string Resume = "resume"

string