Table of Contents

Class CorrelationTimeoutEventArgs

Namespace
DotCompute.Abstractions.Messaging
Assembly
DotCompute.Abstractions.dll

Event arguments for request timeout events.

public sealed class CorrelationTimeoutEventArgs : EventArgs
Inheritance
CorrelationTimeoutEventArgs
Inherited Members

Properties

CorrelationId

Gets the correlation ID of the timed-out request.

public required Guid CorrelationId { get; init; }

Property Value

Guid

RequestCreatedAt

Gets when the request was created.

public required DateTimeOffset RequestCreatedAt { get; init; }

Property Value

DateTimeOffset

TimeoutDuration

Gets the timeout duration that was exceeded.

public required TimeSpan TimeoutDuration { get; init; }

Property Value

TimeSpan