Apache.Cassandra.Cassandra.Client.Begin_describe_ring C# (CSharp) Method

Begin_describe_ring() public method

public Begin_describe_ring ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult
callback AsyncCallback
state object
keyspace string
return IAsyncResult
      public IAsyncResult Begin_describe_ring(AsyncCallback callback, object state, string keyspace)
      {
        return send_describe_ring(callback, state, keyspace);
      }
Cassandra.Client