InboundTriggerDispatchResult
AgentPrism.Core.dllThe result of InboundTriggerDispatcher.EnqueueAsync.
public sealed record InboundTriggerDispatchResult : IEquatable<InboundTriggerDispatchResult>Inheritance
Section titled “Inheritance”object ← InboundTriggerDispatchResult
Implements
Section titled “Implements”IEquatable<InboundTriggerDispatchResult>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”InboundTriggerDispatchResult()
Section titled “ InboundTriggerDispatchResult()”public InboundTriggerDispatchResult()Properties
Section titled “Properties”The identifier of the queued job.
public required Guid JobId { get; init; }Property Value
Section titled “Property Value”The identifier of the runs row, when the target is an agent —
known synchronously because the row is written before the job runs
(the same pattern as the queued agent runs). null
for a workflow target: a workflow job is not tied to a single run id
until an engine actually picks it up.
public Guid? RunId { get; init; }Property Value
Section titled “Property Value”Guid?
Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(InboundTriggerDispatchResult?)
Section titled “ Equals(InboundTriggerDispatchResult?)”public bool Equals(InboundTriggerDispatchResult? other)Parameters
Section titled “Parameters”other InboundTriggerDispatchResult?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(InboundTriggerDispatchResult?, InboundTriggerDispatchResult?)
Section titled “ operator ==(InboundTriggerDispatchResult?, InboundTriggerDispatchResult?)”public static bool operator ==(InboundTriggerDispatchResult? left, InboundTriggerDispatchResult? right)Parameters
Section titled “Parameters”left InboundTriggerDispatchResult?
right InboundTriggerDispatchResult?
Returns
Section titled “Returns”operator !=(InboundTriggerDispatchResult?, InboundTriggerDispatchResult?)
Section titled “ operator !=(InboundTriggerDispatchResult?, InboundTriggerDispatchResult?)”public static bool operator !=(InboundTriggerDispatchResult? left, InboundTriggerDispatchResult? right)Parameters
Section titled “Parameters”left InboundTriggerDispatchResult?
right InboundTriggerDispatchResult?