Class PipelineEndContext
public sealed record PipelineEndContext : IEquatable<PipelineEndContext>
- Inheritance
-
PipelineEndContext
- Implements
- Inherited Members
- Extension Methods
Constructors
PipelineEndContext(string, string, bool, string?, string?, long, DateTimeOffset)
public PipelineEndContext(string PipelineId, string MethodName, bool IsSuccess, string? ErrorType, string? OutputValue, long ElapsedMs, DateTimeOffset EndedAt)
Parameters
PipelineIdstringMethodNamestringIsSuccessboolErrorTypestringOutputValuestringElapsedMslongEndedAtDateTimeOffset
Properties
ElapsedMs
public long ElapsedMs { get; init; }
Property Value
EndedAt
public DateTimeOffset EndedAt { get; init; }
Property Value
ErrorType
public string? ErrorType { get; init; }
Property Value
IsSuccess
public bool IsSuccess { get; init; }
Property Value
MethodName
public string MethodName { get; init; }
Property Value
OutputValue
public string? OutputValue { get; init; }
Property Value
PipelineId
public string PipelineId { get; init; }