Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "ThriftExamples" page has been changed by JonathanEllis.
The comment on this change is: add TBufferedTransport to C# example.
http://wiki.apache.org/cassandra/ThriftExamples?action=diff&rev1=79&rev2=80

--------------------------------------------------

      {
          static void Main(string[] args)
          {
-             TTransport transport = new TSocket("localhost", 9160);
+             TTransport transport = new TBufferedTransport(new 
TSocket("localhost", 9160));
              TProtocol protocol = new TBinaryProtocol(transport);
              Cassandra.Client client = new Cassandra.Client(protocol);
  

Reply via email to