The purpose of this sample application is to demonstrate non-blocking send via Solace's .NET API.
This sample is targeted for .NET 6. To run the sample, edit appsettings.json and supply desired values for the following parameters:
- Host
- VPN
- UserName
- Password
- Topic
Then, in the root folder of the sample, first execute donet restore
then execute dotnet run
.