Skip to content

Commit

Permalink
Merge pull request #599 from chubbson/master
Browse files Browse the repository at this point in the history
mdp samples in C#
  • Loading branch information
hintjens committed Nov 25, 2015
2 parents c076f1e + dc52dde commit 7e2c6de
Show file tree
Hide file tree
Showing 8 changed files with 1,283 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/C#/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,21 @@ Use with LPClient.
Usage: ./ZGuideExamples.exe EAgain
```

#### [MDBroker](https://github.com/metadings/zguide/blob/master/examples/C%23/mdbroker.cs), [MDWorker](https://github.com/metadings/zguide/blob/master/examples/C%23/mdworker.cs), [MDClient](https://github.com/metadings/zguide/blob/master/examples/C%23/mdclient.cs)

```
Usage: ./ZGuideExamples.exe MDBroker [-v] [--verbose]
-v Verbose mode activated
Default verbose is deactivated
Usage: ./ZGuideExamples.exe MDWorker [-v] [--verbose]
-v Verbose mode activated
Default verbose is deactivated
Usage: ./ZGuideExamples.exe MDClient [-v] [--verbose]
-v Verbose mode activated
Default verbose is deactivated
```
6 changes: 6 additions & 0 deletions examples/C#/ZGuideExamples.VS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<Compile Include="lpclient.cs" />
<Compile Include="lpserver.cs" />
<Compile Include="lvcache.cs" />
<Compile Include="mdbroker.cs" />
<Compile Include="mdcliapi.cs" />
<Compile Include="mdclient.cs" />
<Compile Include="mdp.cs" />
<Compile Include="mdworker.cs" />
<Compile Include="mdwrkapi.cs" />
<Compile Include="msgqueue.cs" />
<Compile Include="mspoller.cs" />
<Compile Include="msreader.cs" />
Expand Down
Loading

0 comments on commit 7e2c6de

Please sign in to comment.