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

Class CellTrafficAutomationProviderMaterializationResult

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

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Describes one provider-managed materialization result for a cell traffic automation answer.

public sealed class CellTrafficAutomationProviderMaterializationResult : CellTrafficAutomationMaterializationResult

objectCellTrafficAutomationMaterializationResultCellTrafficAutomationProviderMaterializationResult

CellTrafficAutomationMaterializationResult.State, CellTrafficAutomationMaterializationResult.ObservedAtUtc, CellTrafficAutomationMaterializationResult.Error, CellTrafficAutomationMaterializationResult.Metadata, CellTrafficAutomationMaterializationResult.Conditions, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

CellTrafficAutomationProviderMaterializationResult(string, DateTimeOffset, string?, IReadOnlyDictionary<string, string>?, IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>?)

Section titled “ CellTrafficAutomationProviderMaterializationResult(string, DateTimeOffset, string?, IReadOnlyDictionary<string, string>?, IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>?)”

Creates a provider-managed materialization result.

public CellTrafficAutomationProviderMaterializationResult(string state, DateTimeOffset observedAtUtc, string? error = null, IReadOnlyDictionary<string, string>? metadata = null, IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>? conditions = null)

state string

The stable provider-materialization state, such as applied or failed.

observedAtUtc DateTimeOffset

The UTC timestamp when the result was observed.

error string?

The operator-facing error summary when the materialization failed.

metadata IReadOnlyDictionary<string, string>?

Optional provider-facing metadata captured alongside the result.

conditions IReadOnlyList<CellTrafficAutomationMaterializationConditionDescriptor>?

Optional typed provider-materialization conditions captured alongside the result.