Exemplo n.º 1
0
 public static ExtendedBlock GetPreviousBlock(DFSClient client, long fileId)
 {
     return(client.GetPreviousBlock(fileId));
 }