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

Begin_system_update_keyspace() public method

public Begin_system_update_keyspace ( AsyncCallback callback, object state, KsDef ks_def ) : IAsyncResult
callback AsyncCallback
state object
ks_def KsDef
return IAsyncResult
      public IAsyncResult Begin_system_update_keyspace(AsyncCallback callback, object state, KsDef ks_def)
      {
        return send_system_update_keyspace(callback, state, ks_def);
      }
Cassandra.Client