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

Begin_describe_cluster_name() public method

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