Struct TimeoutEvent

Namespace
Kevlar
Assembly
Kevlar.dll

Provides execution context and duration for timeout callbacks.

public readonly struct TimeoutEvent
Inherited Members

Properties

Context

The ambient execution context.

public KevlarContext Context { get; }

Property Value

KevlarContext

Timeout

The configured timeout before generation, or the timeout that was exceeded for a timeout notification.

public TimeSpan Timeout { get; }

Property Value

TimeSpan