THRIFT-2624: Add TServerEventHandler support to C#
authorRandy Abernethy <randy@rx-m.com>
Sun, 13 Jul 2014 16:50:19 +0000 (09:50 -0700)
committerRandy Abernethy <randy@rx-m.com>
Sun, 13 Jul 2014 16:50:19 +0000 (09:50 -0700)
commit0e86f1f7748c8a4386af8a817d50e4fe39e6b872
tree0f2d11ee82da6936ae1525b386a1ac542fa496c2
parentcdab7eef751ab26204d644da457f98ce77ad109f
THRIFT-2624: Add TServerEventHandler support to C#
Client: C#
Patch: ra

Adds the TServerEventHandler interface to the C# lib and adds
support in all C# servers.
lib/csharp/Makefile.am
lib/csharp/src/Server/TServer.cs
lib/csharp/src/Server/TServerEventHandler.cs [new file with mode: 0644]
lib/csharp/src/Server/TSimpleServer.cs
lib/csharp/src/Server/TThreadPoolServer.cs
lib/csharp/src/Server/TThreadedServer.cs
lib/csharp/src/Thrift.csproj
lib/csharp/test/ThriftTest/TestServer.cs