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

send_system_update_keyspace() public method

public send_system_update_keyspace ( AsyncCallback callback, object state, KsDef ks_def ) : IAsyncResult
callback AsyncCallback
state object
ks_def KsDef
return IAsyncResult
      public IAsyncResult send_system_update_keyspace(AsyncCallback callback, object state, KsDef ks_def)
      #else

Same methods

Cassandra.Client::send_system_update_keyspace ( KsDef ks_def ) : void
Cassandra.Client