CallBackExecutionPlan constructor

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

public CallBackExecutionPlan(string CallbackId, CallbackPlan Plan, string? BodyParameterName, 
    Dictionary<string, object?> Parameters)
parameter description
CallbackId The identifier for the callback
Plan The callback plan
BodyParameterName The name of the body parameter, if any
Parameters The resolved parameters for the callback

See Also