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

Begin_describe_partitioner() public method

public Begin_describe_partitioner ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult
      public IAsyncResult Begin_describe_partitioner(AsyncCallback callback, object state, )
      {
        return send_describe_partitioner(callback, state);
      }
Cassandra.Client