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

send_system_drop_keyspace() public method

public send_system_drop_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult
callback AsyncCallback
state object
keyspace string
return IAsyncResult
      public IAsyncResult send_system_drop_keyspace(AsyncCallback callback, object state, string keyspace)
      #else

Same methods

Cassandra.Client::send_system_drop_keyspace ( string keyspace ) : void
Cassandra.Client