KestrunResponse.AddCallbackParameters method
Adds callback parameters for the specified callback ID, body, and parameters.
public void AddCallbackParameters(string callbackId, string? bodyParameterName,
Dictionary<string, object?> parameters)
| parameter | description |
|---|---|
| callbackId | The identifier for the callback |
| bodyParameterName | The name of the body parameter, if any |
| parameters | The parameters for the callback |
See Also
- class KestrunResponse
- namespace Kestrun.Models