Apache.Cassandra.Cassandra.Client.Begin_describe_keyspaces C# (CSharp) Méthode

Begin_describe_keyspaces() public méthode

public Begin_describe_keyspaces ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult
      public IAsyncResult Begin_describe_keyspaces(AsyncCallback callback, object state, )
      {
        return send_describe_keyspaces(callback, state);
      }
Cassandra.Client