CallBackExecutionPlan record

Represents an execution plan for a callback, including resolved parameters.

public record CallBackExecutionPlan

Public Members

name description
CallBackExecutionPlan(…) Represents an execution plan for a callback, including resolved parameters.
BodyParameterName { get; set; } The name of the body parameter, if any
CallbackId { get; set; } The identifier for the callback
Parameters { get; set; } The resolved parameters for the callback
Plan { get; set; } The callback plan

See Also