Reuben Bond 7d1857dae6
Clean up the Hello sample, support Aspire 9.0, & fix shutdown in the sample (#4037)
* Wait for acknowledgment when sending message to gRPC channel

* Add CancellationToken parameters to API surface

* Clean up the Hello sample, support Aspire 9.0, & fix shutdown
2024-11-01 15:43:20 -07:00
..

Backend Example

This example demonstrates how to create a simple backend service for the agent runtime using ASP.NET Core.

To Run it, simply run the following command in the terminal:

dotnet run

Or you can run it using Visual Studio Code by pressing F5.