Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 427 Bytes

File metadata and controls

15 lines (11 loc) · 427 Bytes

Non-blocking Send Demo

Overview

The purpose of this sample application is to demonstrate non-blocking send via Solace's .NET API.

Quick Start

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.