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

Begin_set_keyspace() public method

public Begin_set_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult
callback AsyncCallback
state object
keyspace string
return IAsyncResult
      public IAsyncResult Begin_set_keyspace(AsyncCallback callback, object state, string keyspace)
      {
        return send_set_keyspace(callback, state, keyspace);
      }
Cassandra.Client