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

Begin_system_drop_keyspace() public method

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