CallbackRuntimeContext record

Represents the runtime context for executing a callback operation.

public record CallbackRuntimeContext

Public Members

name description
CallbackRuntimeContext(…) Represents the runtime context for executing a callback operation.
CallbackPayload { get; set; } The payload object associated with the callback.
CorrelationId { get; set; } The unique identifier for correlating the callback operation.
DefaultBaseUri { get; set; } The default base URI to be used for relative callback URLs, if any.
IdempotencyKeySeed { get; set; } The seed value used for generating idempotency keys to ensure idempotent callback execution.
Vars { get; set; } A read-only dictionary containing variables relevant to the callback context.

See Also