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

End_describe_splits_ex() public method

public End_describe_splits_ex ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<CfSplit> End_describe_splits_ex(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_describe_splits_ex();
      }
Cassandra.Client