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
RequestCreatedAt
Gets when the request was created.
public required DateTimeOffset RequestCreatedAt { get; init; }
Property Value
TimeoutDuration
Gets the timeout duration that was exceeded.
public required TimeSpan TimeoutDuration { get; init; }