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

End_multiget_slice() public method

public End_multiget_slice ( IAsyncResult asyncResult ) : List>.Dictionary
asyncResult IAsyncResult
return List>.Dictionary
      public Dictionary<byte[], List<ColumnOrSuperColumn>> End_multiget_slice(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_multiget_slice();
      }
Cassandra.Client