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

Class EventSubscriptionExecutionReadinessStates

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

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

Defines stable readiness-state identifiers for declared event-subscription execution paths.

public static class EventSubscriptionExecutionReadinessStates

objectEventSubscriptionExecutionReadinessStates

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

These values describe how Cephalon can currently observe or bind a declared subscription without claiming that the core eventing package owns a generic broker runtime.

The subscription has reported application-managed runtime observations.

public const string ApplicationManagedState = "application-managed-state"

string

The subscription is declared but no execution path has been bound, linked, or observed.

public const string DeclaredOnly = "declared-only"

string

The subscription is linked to a host-managed execution service.

public const string HostedExecutionLinked = "hosted-execution-linked"

string

The subscription is bound to a managed execution runtime contributed by a companion pack.

public const string RuntimeBound = "runtime-bound"

string