Apache.Cassandra.Cassandra.Client.Begin_system_drop_keyspace C# (CSharp) 메소드

Begin_system_drop_keyspace() 공개 메소드

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