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

Begin_describe_keyspace() public method

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