Seeq C# SDK - Examples
Clone the repository Open in Visual Studio Build
Here's a brief overview of the files in this folder to get you started:
Seeq.Sdk.Examples.csproj A C# project containing all the configurations needed to run the examples. Can be opened and run with Visual Studio. Program.cs: Manages which examples to run. SignalExample.cs: Example illustrating how to use the Signals API. ConditionExample.cs: Example illustrating how to use the Conditions API.
Follow these steps to run the C# SDK examples:
Step 1: Run 'msbuild.exe Seeq.Sdk.Examples.csproj' to build the project.
Step 2: Navigate into the '\bin' folder.
Step 3: Run 'Seeq.Sdk.Examples.exe'