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

Begin_describe_keyspaces() public method

public Begin_describe_keyspaces ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult
      public IAsyncResult Begin_describe_keyspaces(AsyncCallback callback, object state, )
      {
        return send_describe_keyspaces(callback, state);
      }
Cassandra.Client