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

End_describe_keyspaces() public method

public End_describe_keyspaces ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<KsDef> End_describe_keyspaces(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_describe_keyspaces();
      }
Cassandra.Client