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

send_set_keyspace() public method

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

Same methods

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